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 | 腸?億?却 | 1001001010110000001111111000100110101101001111111000101101110000 | 92b03f89ad3f8b70 |
EUC-JP | 腸?億?却 | 1100010010110010001111111011001010101111001111111011010111010001 | c4b23fb2af3fb5d1 |
UTF-8 | 腸렑億고却 | 111010001000010110111000111010111010000010010001111001011000010010000100111010101011001110100000111001011000110110110100 | e885b8eba091e58484eab3a0e58db4 |
UHC | 腸렑億고却 | 11101101111100111000111010100110111001011110001010110000111011011100101010111111 | edf38ea6e5e2b0edcabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)