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 | 1000111111000111001111110111110101110110100011111100011100111111011111010111011001000010 | 8fc73f7d768fc73f7d7642 |
EUC-JP | 症?}v症?}vB | 1011111011001001001111110111110101110110101111101100100100111111011111010111011001000010 | bec93f7d76bec93f7d7642 |
UTF-8 | 症렲}v症렲}vB | 1110011110010111100001111110101110100000101100100111110101110110111001111001011110000111111010111010000010110010011111010111011001000010 | e79787eba0b27d76e79787eba0b27d7642 |
UHC | 症렲}v症렲}vB | 11110001111110001000111010111111011111010111011011110001111110001000111010111111011111010111011001000010 | f1f88ebf7d76f1f88ebf7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)