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 | 阮上Η | 111010001001011010001111111000111000001110100101 | e8968fe383a5 |
EUC-JP | 阮上Η | 111011111111011010111110111001011010011010100111 | eff6bee5a6a7 |
UTF-8 | 阮上Η | 1110100110011000101011101110010010111000100010101100111010010111 | e998aee4b88ace97 |
UHC | 阮上Η | 111010001101011011011111101111101010010111000111 | e8d6dfbea5c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)