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 | 軏・諶 | 1111101110110010101001011111101110101010 | fbb2a5fbaa |
EUC-JP | 軏・諶 | 1000111111100000110110011000111010100101100011111101111010110101 | 8fe0d98ea58fdeb5 |
UTF-8 | 軏・諶 | 111010001011101110001111111011111011110110100101111010001010101110110110 | e8bb8fefbda5e8abb6 |
UHC | ??諶 | 00111111001111111110010010100110 | 3f3fe4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)