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 | 葫?勇 | 1110010011010111001111111001011101000101 | e4d73f9745 |
EUC-JP | 葫?勇 | 1110100011011001001111111100110110100110 | e8d93fcda6 |
UTF-8 | 葫漣勇 | 111010001001000110101011111011111010011010010010111001011000101110000111 | e891abefa692e58b87 |
UHC | 葫漣勇 | 111110111101100111100110110100101110100110111000 | fbd9e6d2e9b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)