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 | ヨ邇ョー隗 | 111100001010111111010110111001111000111010101110101100001110100010100111 | f0afd6e78eaeb0e8a7 |
EUC-JP | ?ヨ邇ョー隗 | 0011111110001110110101101110110111101110100011101010111010001110101100001111000010101001 | 3f8ed6edee8eae8eb0f0a9 |
UTF-8 | ヨ邇ョー隗 | 111011101000000110101110111011111011111010010110111010011000001010000111111011111011110110101110111011111011110110110000111010011001101010010111 | ee81aeefbe96e98287efbdaeefbdb0e99a97 |
UHC | ??邇??? | 00111111001111111110110011000100001111110011111100111111 | 3f3fecc43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)