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 | 1001001001110111001111110111110101110110100100100111011100111111011111010111011001000010 | 92773f7d7692773f7d7642 |
EUC-JP | 蜘?}v蜘?}vB | 1100001111011000001111110111110101110110110000111101100000111111011111010111011001000010 | c3d83f7d76c3d83f7d7642 |
UTF-8 | 蜘렰}v蜘렰}vB | 1110100010011100100110001110101110100000101100000111110101110110111010001001110010011000111010111010000010110000011111010111011001000010 | e89c98eba0b07d76e89c98eba0b07d7642 |
UHC | 蜘렰}v蜘렰}vB | 11110010101110111000111010111101011111010111011011110010101110111000111010111101011111010111011001000010 | f2bb8ebd7d76f2bb8ebd7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)