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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??狼? | 0011111100111111100110000101010000111111 | 3f3f98543f |
EUC-JP | ??狼? | 0011111100111111110011111011010100111111 | 3f3fcfb53f |
UTF-8 | 읨젓狼읨 | 111011001001110110101000111011001010000010010011111001111000101110111100111011001001110110101000 | ec9da8eca093e78bbcec9da8 |
UHC | 읨젓狼읨 | 1100000011001010110000011010001111010101110010011100000011001010 | c0cac1a3d5c9c0ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)