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 | 爾磁爾 | 100011101010001010001110101001011000111010100010 | 8ea28ea58ea2 |
EUC-JP | 爾磁爾 | 101111001010010010111100101001111011110010100100 | bca4bca7bca4 |
UTF-8 | 爾磁爾 | 111001111000100010111110111001111010001110000001111001111000100010111110 | e788bee7a381e788be |
UHC | 爾磁爾 | 111011001011001111101101101110001110110010110011 | ecb3edb8ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)