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 | 際???仲 | 10001101110110110011111100111111001111111001001010000111 | 8ddb3f3f3f9287 |
EUC-JP | 際???仲 | 10111010110111010011111100111111001111111100001111100111 | badd3f3f3fc3e7 |
UTF-8 | 際렑戶렱仲 | 111010011001101010011011111010111010000010010001111001101000100010110110111010111010000010110001111001001011101110110010 | e99a9beba091e688b6eba0b1e4bbb2 |
UHC | 際렑戶렱仲 | 11110000101101111000111010100110111110111100001010001110101111101111000111101010 | f0b78ea6fbc28ebef1ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)