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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霍冶ェ樒カセ | 111010001011011110010110111010001010101010011110111001111011011010111110 | e8b796e8aa9ee7b6be |
EUC-JP | 霍冶ェ樒カセ | 111100001011100111001100111010101000111010101010110111001110100110001110101101101000111010111110 | f0b9ccea8eaadce98eb68ebe |
UTF-8 | 霍冶ェ樒カセ | 111010011001110010001101111001011000011010110110111011111011110110101010111001101010100010010010111011111011110110110110111011111011110110111110 | e99c8de586b6efbdaae6a892efbdb6efbdbe |
UHC | ?冶???? | 00111111111001011010011100111111001111110011111100111111 | 3fe5a73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)