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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | ?хぉG | 001111111000010010000111100000101010011101000111 | 3f848782a747 |
EUC-JP | ?хぉG | 001111111010011111100111101001001010100101000111 | 3fa7e7a4a947 |
UTF-8 | 嶺хぉG | 111011111010011010101011110100011000010111100011100000011000100101000111 | efa6abd185e3818947 |
UHC | 嶺хぉG | 11100111101011011010110011100111101010101010100101000111 | e7adace7aaa947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)