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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?邱 | 001111111110011110110111 | 3fe7b7 |
EUC-JP | ?邱 | 001111111110111010111001 | 3feeb9 |
UTF-8 | 䑊邱 | 111001001001000110001010111010011000001010110001 | e4918ae982b1 |
UHC | ?邱 | 001111111100111111001000 | 3fcfc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)