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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
SJIS-WIN | 鸚??O | 1110101001011111001111110011111101001111 | ea5f3f3f4f |
EUC-JP | 鸚??O | 1111001111000000001111110011111101001111 | f3c03f3f4f |
UTF-8 | 鸚숅썢O | 11101001101110001001101011101100100010001000010111101100100011011010001001001111 | e9b89aec8885ec8da24f |
UHC | 鸚숅썢O | 11100101101001001001100111101001100110111001010101001111 | e5a499e99b954f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)