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 | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
UTF-8 | 曆륅숯i曆륅숯iB | 111011111010011010001011111010111010010110000101111011001000100010101111011010011110111110100110100010111110101110100101100001011110110010001000101011110110100101000010 | efa68beba585ec88af69efa68beba585ec88af6942 |
UHC | 曆륅숯i曆륅숯iB | 111001101011011110001111111011111011110110100001011010011110011010110111100011111110111110111101101000010110100101000010 | e6b78fefbda169e6b78fefbda16942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)