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 | 軸偲勺 | 100011101011001010001110110000111000111011011001 | 8eb28ec38ed9 |
EUC-JP | 軸偲勺 | 101111001011010010111100110001011011110011011011 | bcb4bcc5bcdb |
UTF-8 | 軸偲勺 | 111010001011101110111000111001011000000110110010111001011000101110111010 | e8bbb8e581b2e58bba |
UHC | 軸?勺 | 1111010111101110001111111110110111000011 | f5ee3fedc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)