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 | 辜顔勧 | 111001111000001110001010111001111000101010101001 | e7838ae78aa9 |
EUC-JP | 辜顔勧 | 111011011110001110110100111010011011010010101011 | ede3b4e9b4ab |
UTF-8 | 辜顔勧 | 111010001011111010011100111010011010000110010100111001011000101110100111 | e8be9ce9a194e58ba7 |
UHC | 辜顔? | 1100110111010000111001001101010000111111 | cdd0e4d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)