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 | 錠?葬? | 100011111111100100111111100100011001001000111111 | 8ff93f91923f |
EUC-JP | 錠?葬? | 101111101111101100111111110000011111001000111111 | befb3fc1f23f |
UTF-8 | 錠렣葬및 | 111010011000110010100000111010111010000010100011111010001001000110101100111010111011000010001111 | e98ca0eba0a3e891acebb08f |
UHC | 錠렣葬및 | 1110111111111100100011101011010011101101111101111011100111010111 | effc8eb4edf7b9d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)