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 | 載?雨?肢? | 100011011101101000111111100010010100101000111111100011101000100000111111 | 8dda3f894a3f8e883f |
EUC-JP | 載?雨?肢? | 101110101101110000111111101100011010101100111111101110111110100000111111 | badc3fb1ab3fbbe83f |
UTF-8 | 載렣雨렭肢렖 | 111010001011110010001001111010111010000010100011111010011001101110101000111010111010000010101101111010001000001010100010111010111010000010010110 | e8bc89eba0a3e99ba8eba0ade882a2eba096 |
UHC | 載렣雨렭肢렖 | 111011101011000010001110101101001110100111101011100011101011101011110010101101101000111010101011 | eeb08eb4e9eb8ebaf2b68eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)