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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鮟埼椛髏・ | 111010011011101110001101111010011000101010010001111010011001000010100101 | e9bb8de98a91e990a5 |
EUC-JP | 鮟埼椛髏・ | 11110010101111011011101011101011101100111111000111110001111100001000111010100101 | f2bdbaebb3f1f1f08ea5 |
UTF-8 | 鮟埼椛髏・ | 111010011010111010011111111001011001111110111100111001101010010010011011111010011010101110001111111011111011110110100101 | e9ae9fe59fbce6a49be9ab8fefbda5 |
UHC | 鮟埼??? | 11100100110101011101000011110010001111110011111100111111 | e4d5d0f23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)