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 | ?級鯖?艾^ | 001111111000101110001001100011100100100100111111111001001000100001011110 | 3f8b898e493fe4885e |
EUC-JP | ?級鯖?艾^ | 001111111011010111101001101110111010101000111111111001111110100001011110 | 3fb5e9bbaa3fe7e85e |
UTF-8 | 뤋級鯖뿅艾^ | 11101011101001001000101111100111101101001001101011101001101011111001011011101011101111111000010111101000100010011011111001011110 | eba48be7b49ae9af96ebbf85e889be5e |
UHC | 뤋級鯖뿅艾^ | 1000111110111011110100001110010011110100111011011011101111010000111001001111010101011110 | 8fbbd0e4f4edbbd0e4f55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)