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 | 顆ゅm蕘 | 1110100011110111100000101110001110000010100011011110010011111011 | e8f782e3828de4fb |
EUC-JP | 顆ゅm蕘 | 1111000011111001101001001110010110100011111011011110100011111101 | f0f9a4e5a3ede8fd |
UTF-8 | 顆ゅm蕘 | 111010011010000110000110111000111000001010000101111011111011110110001101111010001001010110011000 | e9a186e38285efbd8de89598 |
UHC | 顆ゅm? | 11001110101010001010101011100101101000111110110100111111 | cea8aae5a3ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)