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 | 貅ス隨櫁シ | 1110011010111010101111011110011110101100100111101110100010111100 | e6babde7ac9ee8bc |
EUC-JP | 貅ス隨櫁シ | 11101100101111001000111010111101111011101010111011011100111010101000111010111100 | ecbc8ebdeeaedcea8ebc |
UTF-8 | 貅ス隨櫁シ | 111010001011001010000101111011111011110110111101111010011001101010101000111001101010101110000001111011111011110110111100 | e8b285efbdbde99aa8e6ab81efbdbc |
UHC | ??隨?? | 001111110011111111100010110010110011111100111111 | 3f3fe2cb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)