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 | 10011010010110001110000110110011011111010111011010011010010110001110000110110011011111010111011001000010 | 9a58e1b37d769a58e1b37d7642 |
EUC-JP | 唸盖}v唸盖}vB | 11010011101110011110001010110101011111010111011011010011101110011110001010110101011111010111011001000010 | d3b9e2b57d76d3b9e2b57d7642 |
UTF-8 | 唸盖}v唸盖}vB | 1110010110010100101110001110011110011011100101100111110101110110111001011001010010111000111001111001101110010110011111010111011001000010 | e594b8e79b967d76e594b8e79b967d7642 |
UHC | ?盖}v?盖}vB | 0011111111001011110011000111110101110110001111111100101111001100011111010111011001000010 | 3fcbcc7d763fcbcc7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)