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 | 11100000101100101000110111010100011111010111011011100000101100101000110111010100011111010111011001000010 | e0b28dd47d76e0b28dd47d7642 |
EUC-JP | 犂砦}v犂砦}vB | 11100000101101001011101011010110011111010111011011100000101101001011101011010110011111010111011001000010 | e0b4bad67d76e0b4bad67d7642 |
UTF-8 | 犂砦}v犂砦}vB | 1110011110001010100000101110011110100000101001100111110101110110111001111000101010000010111001111010000010100110011111010111011001000010 | e78a82e7a0a67d76e78a82e7a0a67d7642 |
UHC | ?砦}v?砦}vB | 0011111111110011111101100111110101110110001111111111001111110110011111010111011001000010 | 3ff3f67d763ff3f67d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)