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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逕簿牲岺カ | 111001111001010010010101111010111001000010110101111110101010110110110110 | e79495eb90b5faadb6 |
EUC-JP | 逕簿牲岺カ | 1110110111110100110010101110110111000000101101111000111110111011101110001000111010110110 | edf4caedc0b78fbbb88eb6 |
UTF-8 | 逕簿牲岺カ | 111010011000000010010101111001111011000010111111111001111000100110110010111001011011001010111010111011111011110110110110 | e98095e7b0bfe789b2e5b2baefbdb6 |
UHC | 逕簿牲岺? | 110011001110111111011101101011011101111111100101110101101011100100111111 | ccefddaddfe5d6b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)