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 | 赦碌湿 | 100011101100110111100001111011111000111010111100 | 8ecde1ef8ebc |
EUC-JP | 赦碌湿 | 101111001100111111100010111100011011110010111110 | bccfe2f1bcbe |
UTF-8 | 赦碌湿 | 111010001011010110100110111001111010001010001100111001101011100110111111 | e8b5a6e7a28ce6b9bf |
UHC | 赦碌? | 1101111011110101110101101101111000111111 | def5d6de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)