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 | 耳爾自 | 100011101010100010001110101000101000111010101001 | 8ea88ea28ea9 |
EUC-JP | 耳爾自 | 101111001010101010111100101001001011110010101011 | bcaabca4bcab |
UTF-8 | 耳爾自 | 111010001000000010110011111001111000100010111110111010001000011110101010 | e880b3e788bee887aa |
UHC | 耳爾自 | 111011001011110011101100101100111110110110111011 | ecbcecb3edbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)