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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 螳滓万\ | 11100101101011101001111111100110100101101001110001011100 | e5ae9fe6969c5c |
EUC-JP | 螳滓万\ | 11101010101100001101111011101000110010111111110001011100 | eab0dee8cbfc5c |
UTF-8 | 螳滓万\ | 11101000100111101011001111100110101110111001001111100100101110001000011101011100 | e89eb3e6bb93e4b8875c |
UHC | 螳滓万\ | 11010011110110011110111010101011110110001011001001011100 | d3d9eeabd8b25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)