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 | 禎????坊 | 1001001011110101001111110011111100111111001111111001011001010110 | 92f53f3f3f3f9656 |
EUC-JP | 禎????坊 | 1100010011110111001111110011111100111111001111111100101110110111 | c4f73f3f3f3fcbb7 |
UTF-8 | 禎댓렰양렩坊 | 111001111010011010001110111010111000110010010011111010111010000010110000111011001001011010010001111010111010000010101001111001011001110110001010 | e7a68eeb8c93eba0b0ec9691eba0a9e59d8a |
UHC | 禎댓렰양렩坊 | 111011111110111010110100111100011000111010111101101111101110011110001110101101111101101110101001 | efeeb4f18ebdbee78eb7dba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)