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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 設?兇 | 1001000011011101001111111000101110100010 | 90dd3f8ba2 |
EUC-JP | 設?兇 | 1100000011011111001111111011011010100100 | c0df3fb6a4 |
UTF-8 | 設룿兇 | 111010001010100010101101111010111010001110111111111001011000010110000111 | e8a8adeba3bfe58587 |
UHC | 設룿兇 | 111000001110001010001111101100001111110111010100 | e0e28fb0fdd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)