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 | 頤室煆 | 111010001111001110001110101110101111101101010110 | e8f38ebafb56 |
EUC-JP | 頤室煆 | 11110000111101011011110010111100100011111100100111110100 | f0f5bcbc8fc9f4 |
UTF-8 | 頤室煆 | 111010011010000010100100111001011010111010100100111001111000010110000110 | e9a0a4e5aea4e78586 |
UHC | ?室? | 00111111111000111111100000111111 | 3fe3f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)