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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嶸霊ィ毅 | 11111010101101001001011111101100101010001000101101000010 | fab497eca88b42 |
EUC-JP | 嶸霊ィ毅 | 100011111011101111110100110011101110111010001110101010001011010110100011 | 8fbbf4ceee8ea8b5a3 |
UTF-8 | 嶸霊ィ毅 | 111001011011011010111000111010011001110010001010111011111011110110101000111001101010111110000101 | e5b6b8e99c8aefbda8e6af85 |
UHC | 嶸??毅 | 111001111010111000111111001111111110101111110110 | e7ae3f3febf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)