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 | 題?爰?肄 | 1001000111101000001111111110000010100111001111111110001111100101 | 91e83fe0a73fe3e5 |
EUC-JP | 題?爰?肄 | 1100001011101010001111111110000010101001001111111110011011100111 | c2ea3fe0a93fe6e7 |
UTF-8 | 題렲爰렪肄 | 111010011010000110001100111010111010000010110010111001111000100010110000111010111010000010101010111010001000001010000100 | e9a18ceba0b2e788b0eba0aae88284 |
UHC | 題렲爰렪肄 | 11110000101110011000111010111111111010101011101010001110101110001110110010111101 | f0b98ebfeaba8eb8ecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)