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 | 禎?刀窪?睛 | 10010010111101010011111110010011100000011000110001000101001111111110000111001011 | 92f53f93818c453fe1cb |
EUC-JP | 禎?刀窪?睛 | 11000100111101110011111111000101111000011011011110100110001111111110001011001101 | c4f73fc5e1b7a63fe2cd |
UTF-8 | 禎대刀窪렜睛 | 111001111010011010001110111010111000110010000000111001011000100010000000111001111010101010101010111010111010000010011100111001111001110110011011 | e7a68eeb8c80e58880e7aaaaeba09ce79d9b |
UHC | 禎대刀窪렜睛 | 111011111110111010110100111010111101001111101111111010001100000110001110101011101110111111101100 | efeeb4ebd3efe8c18eaeefec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)