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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瀛??岳? | 11100000011010010011111100111111100010100111100000111111 | e0693f3f8a783f |
EUC-JP | 瀛??岳? | 11011111110010100011111100111111101100111101100100111111 | dfca3f3fb3d93f |
UTF-8 | 瀛먫쫿岳귟 | 111001111000000010011011111010111010100010101011111011001010101110111111111001011011001010110011111010101011011110011111 | e7809beba8abecabbfe5b2b3eab79f |
UHC | 瀛먫쫿岳귟 | 11100111101110101001000011101000101001101001011011100100101111111000001011101000 | e7ba90e8a696e4bf82e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)