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 | 質゙郢 | 111100001100000010001110101111111111000111100000110111101110011110111001 | f0c08ebff1e0dee7b9 |
EUC-JP | ?質?゙郢 | 0011111110111100110000010011111110001110110111101110111010111011 | 3fbcc13f8edeeebb |
UTF-8 | 質゙郢 | 111011101000000110111111111010001011001110101010111011101000010110011011111011111011111010011110111010011000001110100010 | ee81bfe8b3aaee859befbe9ee983a2 |
UHC | ?質??? | 001111111111001011110101001111110011111100111111 | 3ff2f53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)