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 | コ闔「而浯 | 11110000111111001011101011101000100011101010001010001110101001111111101011111100 | f0fcbae88ea28ea7fafc |
EUC-JP | ?コ闔「而浯 | 001111111000111010111010111011111110111010001110101000101011110010101001100011111100011111000011 | 3f8ebaefee8ea2bca98fc7c3 |
UTF-8 | コ闔「而浯 | 111011101000001010111011111011111011110110111010111010011001011110010100111011111011110110100010111010001000000010001100111001101011010110101111 | ee82bbefbdbae99794efbda2e8808ce6b5af |
UHC | ??闔?而? | 0011111100111111111110011110111100111111111011001011101100111111 | 3f3ff9ef3fecbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)