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 | 1001100001100011001111110111110101110110100110000110001100111111011111010111011001000010 | 98633f7d7698633f7d7642 |
EUC-JP | 歪?}v歪?}vB | 1100111111000100001111110111110101110110110011111100010000111111011111010111011001000010 | cfc43f7d76cfc43f7d7642 |
UTF-8 | 歪둊}v歪둊}vB | 1110011010101101101010101110101110010001100010100111110101110110111001101010110110101010111010111001000110001010011111010111011001000010 | e6adaaeb918a7d76e6adaaeb918a7d7642 |
UHC | 歪둊}v歪둊}vB | 11101000111000001000101001000110011111010111011011101000111000001000101001000110011111010111011001000010 | e8e08a467d76e8e08a467d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)