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 | 禎?刀窪? | 1001001011110101001111111001001110000001100011000100010100111111 | 92f53f93818c453f |
EUC-JP | 禎?刀窪? | 1100010011110111001111111100010111100001101101111010011000111111 | c4f73fc5e1b7a63f |
UTF-8 | 禎대刀窪렜 | 111001111010011010001110111010111000110010000000111001011000100010000000111001111010101010101010111010111010000010011100 | e7a68eeb8c80e58880e7aaaaeba09c |
UHC | 禎대刀窪렜 | 11101111111011101011010011101011110100111110111111101000110000011000111010101110 | efeeb4ebd3efe8c18eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)