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 | 燁室焏 | 111110110101100110001110101110101111101101010011 | fb598ebafb53 |
EUC-JP | 燁室焏 | 1000111111001010101100111011110010111100100011111100100111101001 | 8fcab3bcbc8fc9e9 |
UTF-8 | 燁室焏 | 111001111000011110000001111001011010111010100100111001111000010010001111 | e78781e5aea4e7848f |
UHC | 燁室? | 1110011110100111111000111111100000111111 | e7a7e3f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)