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 | 0011111110001110110010000111110101110110001111111000111011001000011111010111011001000010 | 3f8ec87d763f8ec87d7642 |
EUC-JP | ?縞}v?縞}vB | 0011111110111100110010100111110101110110001111111011110011001010011111010111011001000010 | 3fbcca7d763fbcca7d7642 |
UTF-8 | 쒜縞}v쒜縞}vB | 1110110010010010100111001110011110111000100111100111110101110110111011001001001010011100111001111011100010011110011111010111011001000010 | ec929ce7b89e7d76ec929ce7b89e7d7642 |
UHC | 쒜縞}v쒜縞}vB | 10111110101011101111101111010110011111010111011010111110101011101111101111010110011111010111011001000010 | beaefbd67d76beaefbd67d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)