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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???彦? | 001111110011111100111111100101010100011000111111 | 3f3f3f95463f |
EUC-JP | 孼??彦? | 1000111110111010110000110011111100111111110010011010011100111111 | 8fbac33f3fc9a73f |
UTF-8 | 孼뽬퐮彦늜 | 111001011010110110111100111010111011110110101100111011011001000010101110111001011011110110100110111010111000101010011100 | e5adbcebbdaced90aee5bda6eb8a9c |
UHC | 孼뽬퐮彦늜 | 11100101111011011001011011101000101111011001011111100101111010011000100001101000 | e5ed96e8bd97e5e98868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)