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 | 雜呎ぁ韜ク | 111010001011011010011001111001101000001010011111111010001110100110111000 | e8b699e6829fe8e9b8 |
EUC-JP | 雜呎ぁ韜ク | 11110000101110001101001011101000101001001010000111110000111010111000111010111000 | f0b8d2e8a4a1f0eb8eb8 |
UTF-8 | 雜呎ぁ韜ク | 111010011001101110011100111001011001000110001110111000111000000110000001111010011001111110011100111011111011110110111000 | e99b9ce5918ee38181e99f9cefbdb8 |
UHC | 雜?ぁ韜? | 1110110111011010001111111010101010100001110101001011011100111111 | edda3faaa1d4b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)