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 | コ邇ク叱鴉 | 11110001111111001011101011100111100011101011100010001110101101101110100111101011 | f1fcbae78eb88eb6e9eb |
EUC-JP | ?コ邇ク叱鴉 | 0011111110001110101110101110110111101110100011101011100010111100101110001111001011101101 | 3f8ebaedee8eb8bcb8f2ed |
UTF-8 | コ邇ク叱鴉 | 111011101000010110110111111011111011110110111010111010011000001010000111111011111011110110111000111001011000111110110001111010011011010010001001 | ee85b7efbdbae98287efbdb8e58fb1e9b489 |
UHC | ??邇?叱鴉 | 001111110011111111101100110001000011111111110010111010101110010010111100 | 3f3fecc43ff2eae4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)