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 | ??O???B | 00111111001111110100111100111111001111110011111101000010 | 3f3f4f3f3f3f42 |
SJIS-WIN | 禎?O祭槃?B | 10010010111101010011111101001111100011011101010110011110110011110011111101000010 | 92f53f4f8dd59ecf3f42 |
EUC-JP | 禎?O祭槃?B | 11000100111101110011111101001111101110101101011111011100110100010011111101000010 | c4f73f4fbad7dcd13f42 |
UTF-8 | 禎렦O祭槃커B | 1110011110100110100011101110101110100000101001100100111111100111101001011010110111100110101001111000001111101100101110111010010001000010 | e7a68eeba0a64fe7a5ade6a783ecbba442 |
UHC | 禎렦O祭槃커B | 111011111110111010001110101101010100111111110000101011101101101011101001110001001011111101000010 | efee8eb54ff0aedae9c4bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)