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 | 1110011011011001100000011001111001011001111001101101100110000001100111100110001001000101 | e6d9819e59e6d9819e6245 |
EUC-JP | 贓◇Y贓◇bE | 1110110011011011101000011111111001011001111011001101101110100001111111100110001001000101 | ecdba1fe59ecdba1fe6245 |
UTF-8 | 贓◇Y贓◇bE | 111010001011010010010011111000101001011110000111010110011110100010110100100100111110001010010111100001110110001001000101 | e8b493e2978759e8b493e297876245 |
UHC | 贓◇Y贓◇bE | 1110110111111100101000011101111001011001111011011111110010100001110111100110001001000101 | edfca1de59edfca1de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)