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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 狸棚測h | 10010010010010111001001001001001100100011010101001101000 | 924b924991aa68 |
EUC-JP | 狸棚測h | 11000011101011001100001110101010110000101010110001101000 | c3acc3aac2ac68 |
UTF-8 | 狸棚測h | 11100111100010111011100011100110101000111001101011100110101110001010110001101000 | e78bb8e6a39ae6b8ac68 |
UHC | 狸棚測h | 11010111111000011101110111011100111101101011010001101000 | d7e1dddcf6b468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)