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 | 倭?い | 1001100001100000001111111000001010100010 | 98603f82a2 |
EUC-JP | 倭?い | 1100111111000001001111111010010010100100 | cfc13fa4a4 |
UTF-8 | 倭뗨い | 111001011000000010101101111010111001011110101000111000111000000110000100 | e580adeb97a8e38184 |
UHC | 倭뗨い | 111010001101111010001011111010001010101010100100 | e8de8be8aaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)