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 | 熊?爰?凹 | 1000110001000110001111111110000010100111001111111000100110011010 | 8c463fe0a73f899a |
EUC-JP | 熊?爰?凹 | 1011011110100111001111111110000010101001001111111011000111111010 | b7a73fe0a93fb1fa |
UTF-8 | 熊렭爰렧凹 | 111001111000011010001010111010111010000010101101111001111000100010110000111010111010000010100111111001011000011110111001 | e7868aeba0ade788b0eba0a7e587b9 |
UHC | 熊렭爰렧凹 | 11101010101010001000111010111010111010101011101010001110101101101110100011101010 | eaa88ebaeaba8eb6e8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)