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 | 11100110101100011001111111110101011111010111011011100110101100011001111111110101011111010111011001000010 | e6b19ff57d76e6b19ff57d7642 |
EUC-JP | 豎滸}v豎滸}vB | 11101100101100111101111011110111011111010111011011101100101100111101111011110111011111010111011001000010 | ecb3def77d76ecb3def77d7642 |
UTF-8 | 豎滸}v豎滸}vB | 1110100010110001100011101110011010111011101110000111110101110110111010001011000110001110111001101011101110111000011111010111011001000010 | e8b18ee6bbb87d76e8b18ee6bbb87d7642 |
UHC | ?滸}v?滸}vB | 0011111111111011110010100111110101110110001111111111101111001010011111010111011001000010 | 3ffbca7d763ffbca7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)