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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
UTF-8 | 略노옺h略노옺 | 11101111101001011011011011101011100001011011100011101100100110001011101001101000111011111010010110110110111010111000010110111000111011001001100010111010 | efa5b6eb85b8ec98ba68efa5b6eb85b8ec98ba |
UHC | 略노옺h略노옺 | 11100101101100101011001111101011100111101011000001101000111001011011001010110011111010111001111010110000 | e5b2b3eb9eb068e5b2b3eb9eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)