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 | 鬮」鬘泌ョオ | 111010011010101110100011111010011010000110010100111001011010111010110101 | e9aba3e9a194e5aeb5 |
EUC-JP | 鬮」鬘泌ョオ | 111100101010110110001110101000111111001010100011110010001110011110001110101011101000111010110101 | f2ad8ea3f2a3c8e78eae8eb5 |
UTF-8 | 鬮」鬘泌ョオ | 111010011010110010101110111011111011110110100011111010011010110010011000111001101011001110001100111011111011110110101110111011111011110110110101 | e9acaeefbda3e9ac98e6b38cefbdaeefbdb5 |
UHC | ???泌?? | 00111111001111110011111111111001101100100011111100111111 | 3f3f3ff9b23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)