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 | 襞肴升 | 111001011111110010001101111001101000111110100001 | e5fc8de68fa1 |
EUC-JP | 襞肴升 | 111010101111111010111010111010001011111010100011 | eafebae8bea3 |
UTF-8 | 襞肴升 | 111010001010010110011110111010001000001010110100111001011000110110000111 | e8a59ee882b4e58d87 |
UHC | ?肴升 | 0011111111111101101000101110001110101110 | 3ffda2e3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)