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 | 霎竺昇ッ | 111010001011111010001110101100011000111110111000111101111000111010101111 | e8be8eb18fb8f78eaf |
EUC-JP | 霎竺昇?ッ | 111100001100000010111100101100111011111010111010001111111000111010101111 | f0c0bcb3beba3f8eaf |
UTF-8 | 霎竺昇ッ | 111010011001110010001110111001111010101110111010111001101001100010000111111011101001010110110001111011111011110110101111 | e99c8ee7abbae69887ee95b1efbdaf |
UHC | ?竺昇?? | 00111111111101011110011111100011101100000011111100111111 | 3ff5e7e3b03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)