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 | Z¶RE | 1001001001011010100100011000111010010001101101100101001001000101 | 925a918e91b65245 |
SJIS-WIN | ?Z???¶RE | 001111110101101000111111001111110011111110000001111101110101001001000101 | 3f5a3f3f3f81f75245 |
EUC-JP | ?Z???¶RE | 001111110101101000111111001111110011111110100010111110010101001001000101 | 3f5a3f3f3fa2f95245 |
UTF-8 | Z¶RE | 11000010100100100101101011000010100100011100001010001110110000101001000111000010101101100101001001000101 | c2925ac291c28ec291c2b65245 |
UHC | ?Z???¶RE | 001111110101101000111111001111110011111110100010110100100101001001000101 | 3f5a3f3f3fa2d25245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)