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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驍ッ荳莞 | 11101001100000101010111111100100101110001000101011001110 | e982afe4b88ace |
EUC-JP | 驍ッ荳莞 | 1111000111100010100011101010111111101000101110101011010011010000 | f1e28eafe8bab4d0 |
UTF-8 | 驍ッ荳莞 | 111010011010100110001101111011111011110110101111111010001000110110110011111010001000111010011110 | e9a98defbdafe88db3e88e9e |
UHC | 驍?荳莞 | 11111101101001000011111111010100111001011110100011010100 | fda43fd4e5e8d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)