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 | 劾?? | 10001010010011100011111100111111 | 8a4e3f3f |
EUC-JP | 劾?瀣 | 101100111010111100111111100011111100100110110001 | b3af3f8fc9b1 |
UTF-8 | 劾렓瀣 | 111001011000101010111110111010111010000010010011111001111000000010100011 | e58abeeba093e780a3 |
UHC | 劾렓瀣 | 111110101011011010001110101010001111101010101110 | fab68ea8faae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)