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 | 茖刻戎 | 111001001010000110001101100011111000111101011110 | e4a18d8f8f5e |
EUC-JP | 茖刻戎 | 111010001010001110111001111011111011110110111111 | e8a3b9efbdbf |
UTF-8 | 茖刻戎 | 111010001000110010010110111001011000100010111011111001101000100010001110 | e88c96e588bbe6888e |
UHC | ?刻戎 | 0011111111001010101111101110101111010100 | 3fcabeebd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)