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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 趙冗ァ | 1110011011100010100011111110011110100111 | e6e28fe7a7 |
EUC-JP | 趙冗ァ | 111011001110010010111110111010011000111010100111 | ece4bee98ea7 |
UTF-8 | 趙冗ァ | 111010001011011010011001111001011000011010010111111011111011110110100111 | e8b699e58697efbda7 |
UHC | 趙冗? | 1111000011100001111010011011011100111111 | f0e1e9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)