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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 惟??惟??^ | 100010001101001000111111001111111000100011010010001111110011111101011110 | 88d23f3f88d23f3f5e |
EUC-JP | 惟??惟??^ | 101100001101010000111111001111111011000011010100001111110011111101011110 | b0d43f3fb0d43f3f5e |
UTF-8 | 惟멨살惟멨산^ | 11100110100000111001111111101011101010011010100011101100100000101011010011100110100000111001111111101011101010011010100011101100100000101011000001011110 | e6839feba9a8ec82b4e6839feba9a8ec82b05e |
UHC | 惟멨살惟멨산^ | 11101010111011101011100011100101101110111110110011101010111011101011100011100101101110111110101001011110 | eaeeb8e5bbeceaeeb8e5bbea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)