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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 霍夂距蠏ッ^ | 11101000101101111001101011100111100010111001011111100101101101011010111101011110 | e8b79ae78b97e5b5af5e |
EUC-JP | 霍夂距蠏ッ^ | 1111000010111001110101001110100110110101111101111110101010110111100011101010111101011110 | f0b9d4e9b5f7eab78eaf5e |
UTF-8 | 霍夂距蠏ッ^ | 11101001100111001000110111100101101001001000001011101000101101111001110111101000101000001000111111101111101111011010111101011110 | e99c8de5a482e8b79de8a08fefbdaf5e |
UHC | ??距??^ | 00111111001111111100101111100101001111110011111101011110 | 3f3fcbe53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)