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 | 茱隙坤莅 | 1110010010100011100011001000010010001101101000111110010010101100 | e4a38c848da3e4ac |
EUC-JP | 茱隙坤莅 | 1110100010100101101101111110010010111010101001011110100010101110 | e8a5b7e4baa5e8ae |
UTF-8 | 茱隙坤莅 | 111010001000110010110001111010011001101010011001111001011001110110100100111010001000111010000101 | e88cb1e99a99e59da4e88e85 |
UHC | 茱隙坤? | 11100010101111001101000011000000110011011101111000111111 | e2bcd0c0cdde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)