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 | 提?揖?調 | 1001001011110001001111111001011101001011001111111001001010110010 | 92f13f974b3f92b2 |
EUC-JP | 提?揖?調 | 1100010011110011001111111100110110101100001111111100010010110100 | c4f33fcdac3fc4b4 |
UTF-8 | 提렡揖렧調 | 111001101000111110010000111010111010000010100001111001101000111110010110111010111010000010100111111010001010101010111111 | e68f90eba0a1e68f96eba0a7e8aabf |
UHC | 提렡揖렧調 | 11110000101010111000111010110010111010111110011110001110101101101111000011100000 | f0ab8eb2ebe78eb6f0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)