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 | ?執飼 | 0011111110001110101101111000111010010100 | 3f8eb78e94 |
EUC-JP | ?執飼 | 0011111110111100101110011011101111110100 | 3fbcb9bbf4 |
UTF-8 | 뤹執飼 | 111010111010010010111001111001011001111110110111111010011010001110111100 | eba4b9e59fb7e9a3bc |
UHC | 뤹執飼 | 100011111110011111110010111110111101111011111000 | 8fe7f2fbdef8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)