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 | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-WIN | 宍鴫実汯d | 100011101011001110001110101100001000111011000000111110101111100001100100 | 8eb38eb08ec0faf864 |
EUC-JP | 宍鴫実汯d | 10111100101101011011110010110010101111001100001010001111110001101110001101100100 | bcb5bcb2bcc28fc6e364 |
UTF-8 | 宍鴫実汯d | 11100101101011101000110111101001101101001010101111100101101011101001111111100110101100011010111101100100 | e5ae8de9b4abe5ae9fe6b1af64 |
UHC | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)