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 | 篋篋 | 111000101011100011110010111010011110001010111000 | e2b8f2e9e2b8 |
EUC-JP | 篋?篋 | 1110010010111010001111111110010010111010 | e4ba3fe4ba |
UTF-8 | 篋篋 | 111001111010111110001011111011101000100010100000111001111010111110001011 | e7af8bee88a0e7af8b |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)