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 | 源均痂 | 100011001011100110001011110011111110000101101111 | 8cb98bcfe16f |
EUC-JP | 源均痂 | 101110001011101110110110110100011110000111010000 | b8bbb6d1e1d0 |
UTF-8 | 源均痂 | 111001101011101010010000111001011001110110000111111001111001011110000010 | e6ba90e59d87e79782 |
UHC | 源均痂 | 111010101011100111010000101100111100101010110010 | eab9d0b3cab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)