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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 殯本頌 | 100111110111000110010110011110111110100011110001 | 9f71967be8f1 |
EUC-JP | 殯本頌 | 110111011101001011001011110111001111000011110011 | ddd2cbdcf0f3 |
UTF-8 | 殯本頌 | 111001101010111010101111111001101001110010101100111010011010000010001100 | e6aeafe69cace9a08c |
UHC | 殯本頌 | 110111101011001011011100111000101110000111101011 | deb2dce2e1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)