To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 釥シ骰豢 | 11111011110000001011110011101001100011011110011010110100 | fbc0bce98de6b4 |
EUC-JP | 釥シ骰豢 | 100011111110001110101011100011101011110011110001111011011110110010110110 | 8fe3ab8ebcf1edecb6 |
UTF-8 | 釥シ骰豢 | 111010011000011110100101111011111011110110111100111010011010101010110000111010001011000110100010 | e987a5efbdbce9aab0e8b1a2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)