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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 鄭◇Y鄭◇bE | 1001001101000001100000011001111001011001100100110100000110000001100111100110001001000101 | 9341819e599341819e6245 |
EUC-JP | 鄭◇Y鄭◇bE | 1100010110100010101000011111111001011001110001011010001010100001111111100110001001000101 | c5a2a1fe59c5a2a1fe6245 |
UTF-8 | 鄭◇Y鄭◇bE | 111010011000010010101101111000101001011110000111010110011110100110000100101011011110001010010111100001110110001001000101 | e984ade2978759e984ade297876245 |
UHC | 鄭◇Y鄭◇bE | 1110111111110111101000011101111001011001111011111111011110100001110111100110001001000101 | eff7a1de59eff7a1de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)