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 | 迢亥審 | 111001111000101110001000111001011001000001010010 | e78b88e59052 |
EUC-JP | 迢亥審 | 111011011110101110110000111001111011111110110011 | edebb0e7bfb3 |
UTF-8 | 迢亥審 | 111010001011111110100010111001001011101010100101111001011010111110101001 | e8bfa2e4baa5e5afa9 |
UHC | ?亥審 | 0011111111111010101001001110001111111011 | 3ffaa4e3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)