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 | 霓?? | 11101000101111010011111100111111 | e8bd3f3f |
EUC-JP | 霓®? | 111100001011111110001111101000101110111000111111 | f0bf8fa2ee3f |
UTF-8 | 霓®솫 | 1110100110011100100100111100001010101110111011001000011010101011 | e99c93c2aeec86ab |
UHC | 霓®솫 | 111001111110011110100010111001111001100110100010 | e7e7a2e799a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)