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 | 要??易 | 100101110111011000111111001111111000100011010101 | 97763f3f88d5 |
EUC-JP | 要??易 | 110011011101011100111111001111111011000011010111 | cdd73f3fb0d7 |
UTF-8 | 要잓죺易 | 111010001010011010000001111011001001111010010011111011001010001110111010111001101001100010010011 | e8a681ec9e93eca3bae69893 |
UHC | 要잓죺易 | 1110100110101001100111111110100110100001100101001110011010110110 | e9a99fe9a194e6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)