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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | ?}?}c^ | 0011111110000001011100000011111110000001011100000110001101011110 | 3f81703f8170635e |
EUC-JP | ?}?}c^ | 0011111110100001110100010011111110100001110100010110001101011110 | 3fa1d13fa1d1635e |
UTF-8 | 룵}룵}c^ | 1110101110100011101101011110111110111101100111011110101110100011101101011110111110111101100111010110001101011110 | eba3b5efbd9deba3b5efbd9d635e |
UHC | 룵}룵}c^ | 10001111101010101010001111111101100011111010101010100011111111010110001101011110 | 8faaa3fd8faaa3fd635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)