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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????h? | 00111111001111110011111100111111100000101000100000111111 | 3f3f3f3f82883f |
EUC-JP | ???沅h? | 001111110011111100111111100011111100011011101001101000111110100000111111 | 3f3f3f8fc6e9a3e83f |
UTF-8 | 咽됰뀛沅h뤃 | 111011111010011010011110111010111001000010110000111010111000000010011011111001101011001010000101111011111011110110001000111010111010010010000011 | efa69eeb90b0eb809be6b285efbd88eba483 |
UHC | 咽됰뀛沅h뤃 | 111001101110110010001001111010111000010110010100111010101011011010100011111010001000111110110100 | e6ec89eb8594eab6a3e88fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)