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 | 吾?⇔ | 1000110011100001001111111000000111001100 | 8ce13f81cc |
EUC-JP | 吾?⇔ | 1011100011100011001111111010001011001110 | b8e33fa2ce |
UTF-8 | 吾듣⇔ | 111001011001000010111110111010111001001110100011111000101000011110010100 | e590beeb93a3e28794 |
UHC | 吾듣⇔ | 111001111110111010110101111010001010001010100010 | e7eeb5e8a2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)