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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 艶????鸚 | 1000100110010000001111110011111100111111001111111110101001011111 | 89903f3f3f3fea5f |
EUC-JP | 艶????鸚 | 1011000111110000001111110011111100111111001111111111001111000000 | b1f03f3f3f3ff3c0 |
UTF-8 | 艶쵥掠욃렘鸚 | 111010001000100110110110111011001011010110100101111011111010010110110101111011001001101010000011111010111010000010011000111010011011100010011010 | e889b6ecb5a5efa5b5ec9a83eba098e9b89a |
UHC | 艶쵥掠욃렘鸚 | 111001101111110110101101010001001110010110110001100111101110010110110111101111011110010110100100 | e6fdad44e5b19ee5b7bde5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)