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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?松?? | 0011111110001111101111000011111100111111 | 3f8fbc3f3f |
EUC-JP | ?松?? | 0011111110111110101111100011111100111111 | 3fbebe3f3f |
UTF-8 | 횂松믦묍 | 111011011001101010000010111001101001110110111110111010111010111110100110111010111010110010001101 | ed9a82e69dbeebafa6ebac8d |
UHC | 횂松믦묍 | 1100001110000010111000011110011010010010111010001011100110100011 | c382e1e692e8b9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)