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 | ?胴傲 | 0011111110010011101101111001100011111100 | 3f93b798fc |
EUC-JP | ?胴傲 | 0011111111000110101110011101000011111110 | 3fc6b9d0fe |
UTF-8 | 뤯胴傲 | 111010111010010010101111111010001000001110110100111001011000001010110010 | eba4afe883b4e582b2 |
UHC | 뤯胴傲 | 100011111101110111010100110111001110011111101100 | 8fddd4dce7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)