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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闍」閼ゑスオ | 111010001000101110100011111010001000010010000010111011111011110110110101 | e88ba3e88482efbdb5 |
EUC-JP | 闍」閼ゑスオ | 111011111110101110001110101000111110111111100100101001001111000110001110101111011000111010110101 | efeb8ea3efe4a4f18ebd8eb5 |
UTF-8 | 闍」閼ゑスオ | 111010011001011110001101111011111011110110100011111010011001011010111100111000111000001010010001111011111011110110111101111011111011110110110101 | e9978defbda3e996bce38291efbdbdefbdb5 |
UHC | ??閼ゑ?? | 0011111100111111111001001101100110101010111100010011111100111111 | 3f3fe4d9aaf13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)