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 | 禎?郵斑?? | 100100101111010100111111100101110101100010010100110000010011111100111111 | 92f53f975894c13f3f |
EUC-JP | 禎?郵斑?? | 110001001111011100111111110011011011100111001000110000110011111100111111 | c4f73fcdb9c8c33f3f |
UTF-8 | 禎렋郵斑렚큅 | 111001111010011010001110111010111010000010001011111010011000001110110101111001101001011010010001111010111010000010011010111011011000000110000101 | e7a68eeba08be983b5e69691eba09aed8185 |
UHC | 禎렋郵斑렚큅 | 111011111110111010001110101000101110100111101000110110101110100010001110101011011100010110100010 | efee8ea2e9e8dae88eadc5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)