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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陝ャ遲 | 1110100010011111101011001110011110101101 | e89face7ad |
EUC-JP | 陝ャ遲 | 111100001010000110001110101011001110111010101111 | f0a18eaceeaf |
UTF-8 | 陝ャ遲 | 111010011001100110011101111011111011110110101100111010011000000110110010 | e9999defbdace981b2 |
UHC | 陝?遲 | 1110000011101101001111111111001011000000 | e0ed3ff2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)