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 | ???ByB | 001111110011111100111111010000100111100101000010 | 3f3f3f427942 |
SJIS-WIN | 炭卒続ByB | 100100100101100110010001101100101001000110110001010000100111100101000010 | 925991b291b1427942 |
EUC-JP | 炭卒続ByB | 110000111011101011000010101101001100001010110011010000100111100101000010 | c3bac2b4c2b3427942 |
UTF-8 | 炭卒続ByB | 111001111000001010101101111001011000110110010010111001111011011010011010010000100111100101000010 | e782ade58d92e7b69a427942 |
UHC | 炭卒?ByB | 1111011110101001111100001110111100111111010000100111100101000010 | f7a9f0ef3f427942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)