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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 運? | 100010010101111000111111 | 895e3f |
EUC-JP | 運? | 101100011011111100111111 | b1bf3f |
UTF-8 | 運쇘 | 111010011000000110001011111011001000011110011000 | e9818bec8798 |
UHC | 運쇘 | 11101010101000011011110011100111 | eaa1bce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)