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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???缸? | 001111110011111100111111111000111001110100111111 | 3f3f3fe39d3f |
EUC-JP | ???缸? | 001111110011111100111111111001011111110100111111 | 3f3f3fe5fd3f |
UTF-8 | 囹덈뿥缸덆 | 111011111010011010101001111010111000110110001000111010111011111110100101111001111011110010111000111010111000110110000110 | efa6a9eb8d88ebbfa5e7bcb8eb8d86 |
UHC | 囹덈뿥缸덆 | 11100111101010101000100011101011100101111010010111111001111111001000100011101001 | e7aa88eb97a5f9fc88e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)