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 | ?Lh?L | 0011111101001100011010000011111101001100 | 3f4c683f4c |
SJIS-WIN | 昊Lh昊L | 10011101110111010100110001101000100111011101110101001100 | 9ddd4c689ddd4c |
EUC-JP | 昊Lh昊L | 11011010110111110100110001101000110110101101111101001100 | dadf4c68dadf4c |
UTF-8 | 昊Lh昊L | 111001101001100010001010010011000110100011100110100110001000101001001100 | e6988a4c68e6988a4c |
UHC | 昊Lh昊L | 11111011110001000100110001101000111110111100010001001100 | fbc44c68fbc44c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)