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 | 艪h厩 | 111001001000001010000010100010001000100101011000 | e48282888958 |
EUC-JP | 艪h厩 | 111001111110001010100011111010001011000110111001 | e7e2a3e8b1b9 |
UTF-8 | 艪h厩 | 111010001000100110101010111011111011110110001000111001011000111010101001 | e889aaefbd88e58ea9 |
UHC | ?h? | 00111111101000111110100000111111 | 3fa3e83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)