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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 要??曖? | 10010111011101100011111100111111100111100100001000111111 | 97763f3f9e423f |
EUC-JP | 要??曖? | 11001101110101110011111100111111110110111010001100111111 | cdd73f3fdba33f |
UTF-8 | 要띲굟曖김 | 111010001010011010000001111010111001110110110010111010101011010110011111111001101001101110010110111010101011100110000000 | e8a681eb9db2eab59fe69b96eab980 |
UHC | 要띲굟曖김 | 11101001101010011000110111100011100000101000011111100100111100101011000111101000 | e9a98de38287e4f2b1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)