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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 隹キ豁主諸B | 11101000101100001011011111100110101011011000111011100101111110111010100101000010 | e8b0b7e6ad8ee5fba942 |
EUC-JP | 隹キ豁主?B | 11110000101100101000111010110111111011001010111110111100111001110011111101000010 | f0b28eb7ecafbce73f42 |
UTF-8 | 隹キ豁主諸B | 11101001100110101011100111101111101111011011011111101000101100011000000111100100101110001011101111101111101010001010001001000010 | e99ab9efbdb7e8b181e4b8bbefa8a242 |
UHC | ??豁主?B | 0011111100111111111111001100001111110001101010110011111101000010 | 3f3ffcc3f1ab3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)