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 | 羌翫修 | 111000111011001110001010111000111000111101000011 | e3b38ae38f43 |
EUC-JP | 羌翫修 | 111001101011010110110100111001011011110110100100 | e6b5b4e5bda4 |
UTF-8 | 羌翫修 | 111001111011111010001100111001111011111110101011111001001011111110101110 | e7be8ce7bfabe4bfae |
UHC | 羌翫修 | 110010111011011011101000110100011110000111110011 | cbb6e8d1e1f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)