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 | 跣募ョ咲、 | 1110011011101111100101011110010110101110100011011110011110100100 | e6ef95e5ae8de7a4 |
EUC-JP | 跣募ョ咲、 | 11101100111100011100101011100111100011101010111010111010111010011000111010100100 | ecf1cae78eaebae98ea4 |
UTF-8 | 跣募ョ咲、 | 111010001011011110100011111001011000101110011111111011111011110110101110111001011001001010110010111011111011110110100100 | e8b7a3e58b9fefbdaee592b2efbda4 |
UHC | 跣募??? | 11100000110100111101100110110100001111110011111100111111 | e0d3d9b43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)