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 | 譴捺弊 | 111001101010001010010011111001101001010110111110 | e6a293e695be |
EUC-JP | 譴捺弊 | 111011001010010011000110111010001100101011000000 | eca4c6e8cac0 |
UTF-8 | 譴捺弊 | 111010001010110110110100111001101000110110111010111001011011110010001010 | e8adb4e68dbae5bc8a |
UHC | 譴捺弊 | 110011001011100111010001111101001111100011001001 | ccb9d1f4f8c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)