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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 貞?┗?絲 | 1001001011100101001111111000010010101111001111111110001101001110 | 92e53f84af3fe34e |
EUC-JP | 貞?┗?絲 | 1100010011100111001111111010100010110001001111111110010110101111 | c4e73fa8b13fe5af |
UTF-8 | 貞흐┗炡絲 | 111010001011001010011110111011011001110110010000111000101001010010010111111001111000001010100001111001111011010110110010 | e8b29eed9d90e29497e782a1e7b5b2 |
UHC | 貞흐┗炡絲 | 11101111111101101100100011100101101001101011000111101111111010001101111011101010 | eff6c8e5a6b1efe8deea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)