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 | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
SJIS-WIN | 隘橸ソ・ホ・BF | 11101000101001011001111011101111101111111010010111001110101001010100001001000110 | e8a59eefbfa5cea54246 |
EUC-JP | 隘橸ソ・ホ・BF | 1111000010100111110111001111000110001110101111111000111010100101100011101100111010001110101001010100001001000110 | f0a7dcf18ebf8ea58ece8ea54246 |
UTF-8 | 隘橸ソ・ホ・BF | 1110100110011010100110001110011010101001101110001110111110111101101111111110111110111101101001011110111110111110100011101110111110111101101001010100001001000110 | e99a98e6a9b8efbdbfefbda5efbe8eefbda54246 |
UHC | 隘?????BF | 111001001111011000111111001111110011111100111111001111110100001001000110 | e4f63f3f3f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)