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 | 題?爰?蹟 | 1001000111101000001111111110000010100111001111111001000011010110 | 91e83fe0a73f90d6 |
EUC-JP | 題?爰?蹟 | 1100001011101010001111111110000010101001001111111100000011011000 | c2ea3fe0a93fc0d8 |
UTF-8 | 題렲爰렪蹟 | 111010011010000110001100111010111010000010110010111001111000100010110000111010111010000010101010111010001011100110011111 | e9a18ceba0b2e788b0eba0aae8b99f |
UHC | 題렲爰렪蹟 | 11110000101110011000111010111111111010101011101010001110101110001110111011100111 | f0b98ebfeaba8eb8eee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)