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 | ?®? | 001111111010111000111111 | 3fae3f |
SJIS-WIN | 蒻?? | 11100100111010000011111100111111 | e4e83f3f |
EUC-JP | 蒻®? | 111010001110101010001111101000101110111000111111 | e8ea8fa2ee3f |
UTF-8 | 蒻®뼻 | 1110100010010010101110111100001010101110111010111011110010111011 | e892bbc2aeebbcbb |
UHC | 蒻®뼻 | 111001011011011010100010111001111001011010111110 | e5b6a2e796be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)