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 | 諤穴梓 | 111001101000000010001100100010101000100010110010 | e6808c8a88b2 |
EUC-JP | 諤穴梓 | 111010111110000010110111111010101011000010110100 | ebe0b7eab0b4 |
UTF-8 | 諤穴梓 | 111010001010101110100100111001111010100110110100111001101010001010010011 | e8aba4e7a9b4e6a293 |
UHC | ?穴梓 | 0011111111111010111010111110111010101001 | 3ffaebeea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)