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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 粫ツ萇 | 1110001011100110110000101110010011000111 | e2e6c2e4c7 |
EUC-JP | 粫ツ萇 | 111001001110100010001110110000101110100011001001 | e4e88ec2e8c9 |
UTF-8 | 粫ツ萇 | 111001111011001010101011111011111011111010000010111010001001000010000111 | e7b2abefbe82e89087 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)