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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 姨??? | 1001101101001000001111110011111100111111 | 9b483f3f3f |
EUC-JP | 姨??? | 1101010110101001001111110011111100111111 | d5a93f3f3f |
UTF-8 | 姨렰罹렖 | 111001011010011110101000111010111010000010110000111011111010011110100110111010111010000010010110 | e5a7a8eba0b0efa7a6eba096 |
UHC | 姨렰罹렖 | 1110110010101001100011101011110111101100101110101000111010101011 | eca98ebdecba8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)