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 | 10001110101100111000111011011001011111010111011010001110101100111000111011011001011111010111011001000010 | 8eb38ed97d768eb38ed97d7642 |
EUC-JP | 宍勺}v宍勺}vB | 10111100101101011011110011011011011111010111011010111100101101011011110011011011011111010111011001000010 | bcb5bcdb7d76bcb5bcdb7d7642 |
UTF-8 | 宍勺}v宍勺}vB | 1110010110101110100011011110010110001011101110100111110101110110111001011010111010001101111001011000101110111010011111010111011001000010 | e5ae8de58bba7d76e5ae8de58bba7d7642 |
UHC | ?勺}v?勺}vB | 0011111111101101110000110111110101110110001111111110110111000011011111010111011001000010 | 3fedc37d763fedc37d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)