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 | 跣怜オ誤ウ | 1110011011101111100101111110010110110101100011001110101110110011 | e6ef97e5b58cebb3 |
EUC-JP | 跣怜オ誤ウ | 11101100111100011100111011100111100011101011010110111000111011011000111010110011 | ecf1cee78eb5b8ed8eb3 |
UTF-8 | 跣怜オ誤ウ | 111010001011011110100011111001101000000010011100111011111011110110110101111010001010101010100100111011111011110110110011 | e8b7a3e6809cefbdb5e8aaa4efbdb3 |
UHC | 跣怜?誤? | 1110000011010011110101101011101100111111111010001010011000111111 | e0d3d6bb3fe8a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)