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 | 霓晧詞 | 111010001011110110011101111011001000111010001100 | e8bd9dec8e8c |
EUC-JP | 霓晧詞 | 111100001011111111011010111011101011101111101100 | f0bfdaeebbec |
UTF-8 | 霓晧詞 | 111010011001110010010011111001101001100110100111111010001010100110011110 | e99c93e699a7e8a99e |
UHC | 霓晧詞 | 111001111110011111111011110001011101111011110010 | e7e7fbc5def2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)