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陰?? | 100010010100000100111111001111110110100010001001010000010011111100111111 | 89413f3f6889413f3f |
EUC-JP | 陰??h陰?? | 101100011010001000111111001111110110100010110001101000100011111100111111 | b1a23f3f68b1a23f3f |
UTF-8 | 陰잛꼧h陰잛꼧 | 11101001100110011011000011101100100111101001101111101010101111001010011101101000111010011001100110110000111011001001111010011011111010101011110010100111 | e999b0ec9e9beabca768e999b0ec9e9beabca7 |
UHC | 陰잛꼧h陰잛꼧 | 11101011111001001001111111101100100001001000010001101000111010111110010010011111111011001000010010000100 | ebe49fec848468ebe49fec8484 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)