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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 踟イ繧駆オ井 | 11100110111101111011001011100011100000101000101111101100101101011000100011100100 | e6f7b2e3828becb588e4 |
EUC-JP | 踟イ繧駆オ井 | 111011001111100110001110101100101110010111100010101101101110111010001110101101011011000011100110 | ecf98eb2e5e2b6ee8eb5b0e6 |
UTF-8 | 踟イ繧駆オ井 | 111010001011100010011111111011111011110110110010111001111011100110100111111010011010011110000110111011111011110110110101111001001011101010010101 | e8b89fefbdb2e7b9a7e9a786efbdb5e4ba95 |
UHC | ?????井 | 00111111001111110011111100111111001111111110111111001100 | 3f3f3f3f3fefcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)