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 | ?}Y?}b[BF | 001111110111110101011001001111110111110101100010010110110100001001000110 | 3f7d593f7d625b4246 |
SJIS-WIN | 鴉}Y鴉}b[BF | 1110100111101011011111010101100111101001111010110111110101100010010110110100001001000110 | e9eb7d59e9eb7d625b4246 |
EUC-JP | 鴉}Y鴉}b[BF | 1111001011101101011111010101100111110010111011010111110101100010010110110100001001000110 | f2ed7d59f2ed7d625b4246 |
UTF-8 | 鴉}Y鴉}b[BF | 11101001101101001000100101111101010110011110100110110100100010010111110101100010010110110100001001000110 | e9b4897d59e9b4897d625b4246 |
UHC | 鴉}Y鴉}b[BF | 1110010010111100011111010101100111100100101111000111110101100010010110110100001001000110 | e4bc7d59e4bc7d625b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)