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 | 1110010110010111101111010111110101110110111001011001011110111101011111010111011001000010 | e597bd7d76e597bd7d7642 |
EUC-JP | 蝸ス}v蝸ス}vB | 11101001111101111000111010111101011111010111011011101001111101111000111010111101011111010111011001000010 | e9f78ebd7d76e9f78ebd7d7642 |
UTF-8 | 蝸ス}v蝸ス}vB | 1110100010011101101110001110111110111101101111010111110101110110111010001001110110111000111011111011110110111101011111010111011001000010 | e89db8efbdbd7d76e89db8efbdbd7d7642 |
UHC | 蝸?}v蝸?}vB | 1110100011000100001111110111110101110110111010001100010000111111011111010111011001000010 | e8c43f7d76e8c43f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)