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 | ?竊?? | 0011111111100010100001100011111100111111 | 3fe2863f3f |
EUC-JP | ?竊?? | 0011111111100011111001100011111100111111 | 3fe3e63f3f |
UTF-8 | 횄竊좄묍 | 111011011001101010000100111001111010101110001010111011001010001010000100111010111010110010001101 | ed9a84e7ab8aeca284ebac8d |
UHC | 횄竊좄묍 | 1100001110000011111011111011110010100000111010001011100110100011 | c383efbca0e8b9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)