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 | ??├熊 | 001111110011111110000100101001011000110001000110 | 3f3f84a58c46 |
EUC-JP | ??├熊 | 001111110011111110101000101001111011011110100111 | 3f3fa8a7b7a7 |
UTF-8 | 吏흔├熊 | 111011111010011110011110111011011001110110010100111000101001010010011100111001111000011010001010 | efa79eed9d94e2949ce7868a |
UHC | 吏흔├熊 | 1110110010100111110010001110011110100110101001111110101010101000 | eca7c8e7a6a7eaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)