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 | ?!序ゃ | 00111111100000010100100110001111100110001000001011100001 | 3f81498f9882e1 |
EUC-JP | ?!序ゃ | 00111111101000011010101010111101111110001010010011100011 | 3fa1aabdf8a4e3 |
UTF-8 | 룵!序ゃ | 111010111010001110110101111011111011110010000001111001011011101010001111111000111000001010000011 | eba3b5efbc81e5ba8fe38283 |
UHC | 룵!序ゃ | 1000111110101010101000111010000111011111111011011010101011100011 | 8faaa3a1dfedaae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)