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 | 諍?牝 | 1110011001111001001111111001011011000100 | e6793f96c4 |
EUC-JP | 諍?牝 | 1110101111011010001111111100110011000110 | ebda3fccc6 |
UTF-8 | 諍쾅牝 | 111010001010101110001101111011001011111010000101111001111000100110011101 | e8ab8decbe85e7899d |
UHC | 諍쾅牝 | 111011101011010111000100111001111101111010110110 | eeb5c4e7deb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)