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 | ???E^ | 0011111100111111001111110100010101011110 | 3f3f3f455e |
SJIS-WIN | 陰ъ?E^ | 10001001010000011000010010001100001111110100010101011110 | 8941848c3f455e |
EUC-JP | 陰ъ?E^ | 10110001101000101010011111101100001111110100010101011110 | b1a2a7ec3f455e |
UTF-8 | 陰ъ뀒E^ | 11101001100110011011000011010001100010101110101110000000100100100100010101011110 | e999b0d18aeb8092455e |
UHC | 陰ъ뀒E^ | 1110101111100100101011001110110010000101100011000100010101011110 | ebe4acec858c455e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)