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 | コ闔コ爾鵫 | 11110000111110111011101011101000100011101011101010001110101000101111110001001000 | f0fbbae88eba8ea2fc48 |
EUC-JP | ?コ闔コ爾鵫 | 001111111000111010111010111011111110111010001110101110101011110010100100100011111110101111111010 | 3f8ebaefee8ebabca48febfa |
UTF-8 | コ闔コ爾鵫 | 111011101000001010111010111011111011110110111010111010011001011110010100111011111011110110111010111001111000100010111110111010011011010110101011 | ee82baefbdbae99794efbdbae788bee9b5ab |
UHC | ??闔?爾? | 0011111100111111111110011110111100111111111011001011001100111111 | 3f3ff9ef3fecb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)