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 | 苹刻戎 | 111001001001100110001101100011111000111101011110 | e4998d8f8f5e |
EUC-JP | 苹刻戎 | 111001111111100110111001111011111011110110111111 | e7f9b9efbdbf |
UTF-8 | 苹刻戎 | 111010001000101110111001111001011000100010111011111001101000100010001110 | e88bb9e588bbe6888e |
UHC | ?刻戎 | 0011111111001010101111101110101111010100 | 3fcabeebd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)