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 | ????k | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
SJIS-WIN | 嘆探嘆短k | 100100100101000110010010010101001001001001010001100100100101101001101011 | 925192549251925a6b |
EUC-JP | 嘆探嘆短k | 110000111011001011000011101101011100001110110010110000111011101101101011 | c3b2c3b5c3b2c3bb6b |
UTF-8 | 嘆探嘆短k | 11100101100110001000011011100110100011101010001011100101100110001000011011100111100111111010110101101011 | e59886e68ea2e59886e79fad6b |
UHC | 嘆探嘆短k | 111101111010001111110111101011101111011110100011110100111010110101101011 | f7a3f7aef7a3d3ad6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)