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 | 10010110100010001001011101000110011111010111011010010110100010001001011101000110011111010111011001000010 | 968897467d76968897467d7642 |
EUC-JP | 毎友}v毎友}vB | 11001011111010001100110110100111011111010111011011001011111010001100110110100111011111010111011001000010 | cbe8cda77d76cbe8cda77d7642 |
UTF-8 | 毎友}v毎友}vB | 1110011010101111100011101110010110001111100010110111110101110110111001101010111110001110111001011000111110001011011111010111011001000010 | e6af8ee58f8b7d76e6af8ee58f8b7d7642 |
UHC | ?友}v?友}vB | 0011111111101001110100100111110101110110001111111110100111010010011111010111011001000010 | 3fe9d27d763fe9d27d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)