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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞨∬サ滉 | 11101000111000001000000111101000101110111001111111100100 | e8e081e8bb9fe4 |
EUC-JP | 鞨∬サ滉 | 1111000011100010101000101110101010001110101110111101111011100110 | f0e2a2ea8ebbdee6 |
UTF-8 | 鞨∬サ滉 | 111010011001111010101000111000101000100010101100111011111011110110111011111001101011101110001001 | e99ea8e288acefbdbbe6bb89 |
UHC | 鞨∬?滉 | 11001010111010101010000111110011001111111111110011010001 | caeaa1f33ffcd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)