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 | 闕剰怩 | 111010001000110110001111111010001001110010000010 | e88d8fe89c82 |
EUC-JP | 闕剰怩 | 111011111110110110111110111010101101011111100010 | efedbeead7e2 |
UTF-8 | 闕剰怩 | 111010011001011110010101111001011000100110110000111001101000000010101001 | e99795e589b0e680a9 |
UHC | 闕?? | 11001111111101000011111100111111 | cff43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)