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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 余??諭? | 10010111010111010011111100111111100101110100000000111111 | 975d3f3f97403f |
EUC-JP | 余?ŀ諭? | 110011011011111000111111100011111010100111001001110011011010000100111111 | cdbe3f8fa9c9cda13f |
UTF-8 | 余뽯ŀ諭줒 | 1110010010111101100110011110101110111101101011111100010110000000111010001010101110101101111011001010010010010010 | e4bd99ebbdafc580e8abadeca492 |
UHC | 余뽯ŀ諭줒 | 11100101111110011001011011101011101010011010100011101011101100011010001001000010 | e5f996eba9a8ebb1a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)