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 | 諢肖餓謄 | 1110011010000100100011111101000110001001111011001001001110100011 | e6848fd189ec93a3 |
EUC-JP | 諢肖餓謄 | 1110101111100100101111101101001110110010111011101100011010100101 | ebe4bed3b2eec6a5 |
UTF-8 | 諢肖餓謄 | 111010001010101110100010111010001000001010010110111010011010010010010011111010001010110010000100 | e8aba2e88296e9a493e8ac84 |
UHC | ?肖餓謄 | 00111111111101011010101111100100101110111101010011110111 | 3ff5abe4bbd4f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)