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 | 墻ワ?野э? | 10011010110101001000001110001111001111111001011011101100100001001000111100111111 | 9ad4838f3f96ec848f3f |
EUC-JP | 墻ワ?野э? | 11010100110101101010010111101111001111111100110011101110101001111110111100111111 | d4d6a5ef3fcceea7ef3f |
UTF-8 | 墻ワ풙野э쉈 | 1110010110100010101110111110001110000011101011111110110110010010100110011110100110000111100011101101000110001101111011001000100110001000 | e5a2bbe383afed9299e9878ed18dec8988 |
UHC | 墻ワ풙野э쉈 | 111011011101111110101011111011111011111010011100111001011010111110101100111011111011110110100101 | eddfabefbe9ce5afacefbda5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)