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 | 0011111110011111111100010111110101110110001111111001111111110001011111010111011001000010 | 3f9ff17d763f9ff17d7642 |
EUC-JP | ?潁}v?潁}vB | 0011111111011110111100110111110101110110001111111101111011110011011111010111011001000010 | 3fdef37d763fdef37d7642 |
UTF-8 | 먤潁}v먤潁}vB | 1110101110101000101001001110011010111101100000010111110101110110111010111010100010100100111001101011110110000001011111010111011001000010 | eba8a4e6bd817d76eba8a4e6bd817d7642 |
UHC | 먤潁}v먤潁}vB | 10010000111000011110011110111000011111010111011010010000111000011110011110111000011111010111011001000010 | 90e1e7b87d7690e1e7b87d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)