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 | DY¶W | 10010010010001001001001001011001100100011011011001010111 | 9244925991b657 |
SJIS-WIN | ?D?Y?¶W | 0011111101000100001111110101100100111111100000011111011101010111 | 3f443f593f81f757 |
EUC-JP | ?D?Y?¶W | 0011111101000100001111110101100100111111101000101111100101010111 | 3f443f593fa2f957 |
UTF-8 | DY¶W | 1100001010010010010001001100001010010010010110011100001010010001110000101011011001010111 | c29244c29259c291c2b657 |
UHC | ?D?Y?¶W | 0011111101000100001111110101100100111111101000101101001001010111 | 3f443f593fa2d257 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)