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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ク邇ョー骼カ | 11110000101110011011100011100111100011101010111010110000111010011000111010110110 | f0b9b8e78eaeb0e98eb6 |
EUC-JP | ?ク邇ョー骼カ | 00111111100011101011100011101101111011101000111010101110100011101011000011110001111011101000111010110110 | 3f8eb8edee8eae8eb0f1ee8eb6 |
UTF-8 | ク邇ョー骼カ | 111011101000000110111000111011111011110110111000111010011000001010000111111011111011110110101110111011111011110110110000111010011010101010111100111011111011110110110110 | ee81b8efbdb8e98287efbdaeefbdb0e9aabcefbdb6 |
UHC | ??邇???? | 0011111100111111111011001100010000111111001111110011111100111111 | 3f3fecc43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)