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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蝸妊蝸妊^ | 111001011001011110010100010001001110010110010111100101000100010001011110 | e5979444e59794445e |
EUC-JP | 蝸妊蝸妊^ | 111010011111011111000111101001011110100111110111110001111010010101011110 | e9f7c7a5e9f7c7a55e |
UTF-8 | 蝸妊蝸妊^ | 11101000100111011011100011100101101001101000101011101000100111011011100011100101101001101000101001011110 | e89db8e5a68ae89db8e5a68a5e |
UHC | 蝸妊蝸妊^ | 111010001100010011101100111101001110100011000100111011001111010001011110 | e8c4ecf4e8c4ecf45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)