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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | ケ雕ホケ雹ニE | 101110011110100010111000110011101011100111101000101110011100011001000101 | b9e8b8ceb9e8b9c645 |
EUC-JP | ケ雕ホケ雹ニE | 10001110101110011111000010111010100011101100111010001110101110011111000010111011100011101100011001000101 | 8eb9f0ba8ece8eb9f0bb8ec645 |
UTF-8 | ケ雕ホケ雹ニE | 11101111101111011011100111101001100110111001010111101111101111101000111011101111101111011011100111101001100110111011100111101111101111101000011001000101 | efbdb9e99b95efbe8eefbdb9e99bb9efbe8645 |
UHC | ?雕??雹?E | 001111111111000011100111001111110011111111011010110111110011111101000101 | 3ff0e73f3fdadf3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)