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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | 梧??節?? | 1000110011100110001111110011111110010000110111110011111100111111 | 8ce63f3f90df3f3f |
EUC-JP | 梧??節®? | 10111000111010000011111100111111110000001110000110001111101000101110111000111111 | b8e83f3fc0e18fa2ee3f |
UTF-8 | 梧잍뇥節®쑝 | 1110011010100010101001111110110010011110100011011110101110000111101001011110011110101111100000001100001010101110111011001001000110011101 | e6a2a7ec9e8deb87a5e7af80c2aeec919d |
UHC | 梧잍뇥節®쑝 | 111001111111110010011111111001101000011110001101111011111011110110100010111001111001110010111100 | e7fc9fe6878defbda2e79cbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)