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 | 熊莖???? | 1000110001000110111001001011000100111111001111110011111100111111 | 8c46e4b13f3f3f3f |
EUC-JP | 熊莖???? | 1011011110100111111010001011001100111111001111110011111100111111 | b7a7e8b33f3f3f3f |
UTF-8 | 熊莖렮띠렰렠 | 111001111000011010001010111010001000111010010110111010111010000010101110111010111001110110100000111010111010000010110000111010111010000010100000 | e7868ae88e96eba0aeeb9da0eba0b0eba0a0 |
UHC | 熊莖렮띠렰렠 | 111010101010100011001100111011001000111010111011101101101110110010001110101111011000111010110001 | eaa8ccec8ebbb6ec8ebd8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)