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 | 曖??褶 | 100111100100001000111111001111111110010111110111 | 9e423f3fe5f7 |
EUC-JP | 曖??褶 | 110110111010001100111111001111111110101011111001 | dba33f3feaf9 |
UTF-8 | 曖꼷뢐褶 | 111001101001101110010110111010101011110010110111111010111010001010010000111010001010010010110110 | e69b96eabcb7eba290e8a4b6 |
UHC | 曖꼷뢐褶 | 1110010011110010100001001000111110001111010010111110001110101000 | e4f2848f8f4be3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)