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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??莎ゴ◆^ | 001111110011111111100100101100111000001101010011100000011001111101011110 | 3f3fe4b38353819f5e |
EUC-JP | ??莎ゴ◆^ | 001111110011111111101000101101011010010110110100101000101010000101011110 | 3f3fe8b5a5b4a2a15e |
UTF-8 | 룶뇟莎ゴ◆^ | 11101011101000111011011011101011100001111001111111101000100011101000111011100011100000101011010011100010100101111000011001011110 | eba3b6eb879fe88e8ee382b4e297865e |
UHC | 룶뇟莎ゴ◆^ | 1000111110101011101101001010000111011110111011011010101110110100101000011101111101011110 | 8fabb4a1deedabb4a1df5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)