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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 筌??h筌 | 11100010101000110011111100111111011010001110001010100011 | e2a33f3f68e2a3 |
EUC-JP | 筌??h筌 | 11100100101001010011111100111111011010001110010010100101 | e4a53f3f68e4a5 |
UTF-8 | 筌욌젦h筌 | 11100111101011011000110011101100100110101000110011101100101000001010011001101000111001111010110110001100 | e7ad8cec9a8ceca0a668e7ad8c |
UHC | 筌욌젦h筌 | 111011111010011110011110111010111010000010011110011010001110111110100111 | efa79eeba09e68efa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)