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 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 闡ュ}v闡ュ}vB | 1110100010010001101011010111110101110110111010001001000110101101011111010111011001000010 | e891ad7d76e891ad7d7642 |
EUC-JP | 闡ュ}v闡ュ}vB | 11101111111100011000111010101101011111010111011011101111111100011000111010101101011111010111011001000010 | eff18ead7d76eff18ead7d7642 |
UTF-8 | 闡ュ}v闡ュ}vB | 1110100110010111101000011110111110111101101011010111110101110110111010011001011110100001111011111011110110101101011111010111011001000010 | e997a1efbdad7d76e997a1efbdad7d7642 |
UHC | 闡?}v闡?}vB | 1111010011000101001111110111110101110110111101001100010100111111011111010111011001000010 | f4c53f7d76f4c53f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)