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 | 自汐爾 | 100011101010100110001110101011001000111010100010 | 8ea98eac8ea2 |
EUC-JP | 自汐爾 | 101111001010101110111100101011101011110010100100 | bcabbcaebca4 |
UTF-8 | 自汐爾 | 111010001000011110101010111001101011000110010000111001111000100010111110 | e887aae6b190e788be |
UHC | 自汐爾 | 111011011011101111100000101100011110110010110011 | edbbe0b1ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)