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 | 梧??扼? | 10001100111001100011111100111111100111010100111000111111 | 8ce63f3f9d4e3f |
EUC-JP | 梧??扼? | 10111000111010000011111100111111110110011010111100111111 | b8e83f3fd9af3f |
UTF-8 | 梧잌쨧扼췇 | 111001101010001010100111111011001001111010001100111011001010100010100111111001101000100110111100111011001011011110000111 | e6a2a7ec9e8ceca8a7e689bcecb787 |
UHC | 梧잌쨧扼췇 | 11100111111111001001111111100101101001001000001011100100111110011010111001000010 | e7fc9fe5a482e4f9ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)