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 | 襞肴或 | 111001011111110010001101111001101000100010111101 | e5fc8de688bd |
EUC-JP | 襞肴或 | 111010101111111010111010111010001011000010111111 | eafebae8b0bf |
UTF-8 | 襞肴或 | 111010001010010110011110111010001000001010110100111001101000100010010110 | e8a59ee882b4e68896 |
UHC | ?肴或 | 0011111111111101101000101111101111100100 | 3ffda2fbe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)