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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??蹄??? | 00111111001111111001001011111011001111110011111100111111 | 3f3f92fb3f3f3f |
EUC-JP | ??蹄??? | 00111111001111111100010011111101001111110011111100111111 | 3f3fc4fd3f3f3f |
UTF-8 | 裏렟蹄븍렕렟 | 111011111010011110100111111010111010000010011111111010001011100110000100111010111011100010001101111010111010000010010101111010111010000010011111 | efa7a7eba09fe8b984ebb88deba095eba09f |
UHC | 裏렟蹄븍렕렟 | 111011001100000010001110101100001111000010110100101110101110101110001110101010101000111010110000 | ecc08eb0f0b4baeb8eaa8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)