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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豁溘署奣碁 | 11100110101011011001111111100011100011111001000011111010101000111000110011101001 | e6ad9fe38f90faa38ce9 |
EUC-JP | 豁溘署奣碁 | 1110110010101111110111101110010110111101111100001000111110111000111111001011100011101011 | ecafdee5bdf08fb8fcb8eb |
UTF-8 | 豁溘署奣碁 | 111010001011000110000001111001101011101010011000111001111011110110110010111001011010010110100011111001111010001010000001 | e8b181e6ba98e7bdb2e5a5a3e7a281 |
UHC | 豁?署?碁 | 1111110011000011001111111101111111111110001111111101000110110011 | fcc33fdffe3fd1b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)