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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?肆α夭 | 00111111111000111110011010000011101111111001101011101110 | 3fe3e683bf9aee |
EUC-JP | 塼肆α夭 | 100011111011100010111001111001101110100010100110110000011101010011110000 | 8fb8b9e6e8a6c1d4f0 |
UTF-8 | 塼肆α夭 | 1110010110100001101111001110100010000010100001101100111010110001111001011010010010101101 | e5a1bce88286ceb1e5a4ad |
UHC | 塼肆α夭 | 1110111011110100110111101110101110100101111000011110100011101100 | eef4deeba5e1e8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)