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 | 治識爾 | 100011101010000110001110101011111000111010100010 | 8ea18eaf8ea2 |
EUC-JP | 治識爾 | 101111001010001110111100101100011011110010100100 | bca3bcb1bca4 |
UTF-8 | 治識爾 | 111001101011001010111011111010001010110110011000111001111000100010111110 | e6b2bbe8ad98e788be |
UHC | 治識爾 | 111101101011110111100011110110111110110010110011 | f6bde3dbecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)