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 | 11100111100100011001110011100011100011111001001111100010100001011011011001000010 | e7919ce38f93e285b642 |
EUC-JP | 迹懊藷竇カB | 1110110111110001110110001110010110111101111100111110001111100101100011101011011001000010 | edf1d8e5bdf3e3e58eb642 |
UTF-8 | 迹懊藷竇カB | 11101000101111111011100111100110100001111000101011101000100101111011011111100111101010111000011111101111101111011011011001000010 | e8bfb9e6878ae897b7e7ab87efbdb642 |
UHC | 迹懊藷竇?B | 11101110111010011110011111111000111011101100101111010100111001000011111101000010 | eee9e7f8eecbd4e43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)