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 | 鶯?=葉? | 1110100111110010001111111000000110000001100101110111010000111111 | e9f23f818197743f |
EUC-JP | 鶯?=葉? | 1111001011110100001111111010000111100001110011011101010100111111 | f2f43fa1e1cdd53f |
UTF-8 | 鶯썲=葉뜹 | 111010011011011010101111111011001000110110110010111011111011110010011101111010001001000110001001111010111001110010111001 | e9b6afec8db2efbc9de89189eb9cb9 |
UHC | 鶯썲=葉뜹 | 11100101101000111011110111100101101000111011110111100111101010001011011011100101 | e5a3bde5a3bde7a8b6e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)