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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 寤μ?幼?^ | 100110111000100010000011110010100011111110010111011000110011111101011110 | 9b8883ca3f97633f5e |
EUC-JP | 寤μ?幼?^ | 110101011110100010100110110011000011111111001101110001000011111101011110 | d5e8a6cc3fcdc43f5e |
UTF-8 | 寤μ띁幼뭙^ | 111001011010111110100100110011101011110011101011100111011000000111100101101110011011110011101011101011011001100101011110 | e5afa4cebceb9d81e5b9bcebad995e |
UHC | 寤μ띁幼뭙^ | 1110011111110101101001011110110010001101101111001110101011101010100100100110010101011110 | e7f5a5ec8dbceaea92655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)