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 | 蕚瀏浴 | 111001001101010011100000011001111001011110000001 | e4d4e0679781 |
EUC-JP | 蕚瀏浴 | 111010001101011011011111110010001100110111100001 | e8d6dfc8cde1 |
UTF-8 | 蕚瀏浴 | 111010001001010110011010111001111000000010001111111001101011010110110100 | e8959ae7808fe6b5b4 |
UHC | ?瀏浴 | 0011111111010111101101111110100110110001 | 3fd7b7e9b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)