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 | 莠枇嚼 | 111001001011101010010100111110001001101010010000 | e4ba94f89a90 |
EUC-JP | 莠枇嚼 | 111010001011110011001000111110101101001111110000 | e8bcc8fad3f0 |
UTF-8 | 莠枇嚼 | 111010001000111010100000111001101001111010000111111001011001101010111100 | e88ea0e69e87e59abc |
UHC | ?枇嚼 | 0011111111011101111011011110110111000100 | 3fddededc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)