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 | 鞨∬恭 | 111010001110000010000001111010001000101110110001 | e8e081e88bb1 |
EUC-JP | 鞨∬恭 | 111100001110001010100010111010101011011010110011 | f0e2a2eab6b3 |
UTF-8 | 鞨∬恭 | 111010011001111010101000111000101000100010101100111001101000000110101101 | e99ea8e288ace681ad |
UHC | 鞨∬恭 | 110010101110101010100001111100111100110111110001 | caeaa1f3cdf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)