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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 鞨ゑスエG | 11101000111000001000001011101111101111011011010001000111 | e8e082efbdb447 |
EUC-JP | 鞨ゑスエG | 111100001110001010100100111100011000111010111101100011101011010001000111 | f0e2a4f18ebd8eb447 |
UTF-8 | 鞨ゑスエG | 11101001100111101010100011100011100000101001000111101111101111011011110111101111101111011011010001000111 | e99ea8e38291efbdbdefbdb447 |
UHC | 鞨ゑ??G | 11001010111010101010101011110001001111110011111101000111 | caeaaaf13f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)