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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 茱爾 | 11100100101000111000111010100010 | e4a38ea2 |
EUC-JP | 茱爾 | 11101000101001011011110010100100 | e8a5bca4 |
UTF-8 | 茱爾 | 111010001000110010110001111001111000100010111110 | e88cb1e788be |
UHC | 茱爾 | 11100010101111001110110010110011 | e2bcecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)