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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 歪??h歪?? | 100110000110001100111111001111110110100010011000011000110011111100111111 | 98633f3f6898633f3f |
EUC-JP | 歪??h歪?? | 110011111100010000111111001111110110100011001111110001000011111100111111 | cfc43f3f68cfc43f3f |
UTF-8 | 歪묐뵱h歪묐뵱 | 11100110101011011010101011101011101011001001000011101011101101011011000101101000111001101010110110101010111010111010110010010000111010111011010110110001 | e6adaaebac90ebb5b168e6adaaebac90ebb5b1 |
UHC | 歪묐뵱h歪묐뵱 | 11101000111000001001000111101011100101001010111101101000111010001110000010010001111010111001010010101111 | e8e091eb94af68e8e091eb94af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)