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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 訒懣貍晟貊 | 11111011101000111001110011101110111001101011110010011101111011101110011010111011 | fba39ceee6bc9deee6bb |
EUC-JP | 訒懣貍晟貊 | 1000111111011101110010001101100011110000111011001011111011011010111100001110110010111101 | 8fddc8d8f0ecbedaf0ecbd |
UTF-8 | 訒懣貍晟貊 | 111010001010100010010010111001101000011110100011111010001011001010001101111001101001100110011111111010001011001010001010 | e8a892e687a3e8b28de6999fe8b28a |
UHC | ???晟貊 | 00111111001111110011111111100000111110011101100011100111 | 3f3f3fe0f9d8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)