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 | 狡璢猜 | 111000001100001011100000111000111110000011001000 | e0c2e0e3e0c8 |
EUC-JP | 狡璢猜 | 111000001100010011100000111001011110000011001010 | e0c4e0e5e0ca |
UTF-8 | 狡璢猜 | 111001111000101110100001111001111001001010100010111001111000110010011100 | e78ba1e792a2e78c9c |
UHC | 狡?猜 | 1100111011101010001111111110001111000100 | ceea3fe3c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)