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 | ????U | 0011111100111111001111110011111101010101 | 3f3f3f3f55 |
SJIS-WIN | 駿???U | 100011110111100000111111001111110011111101010101 | 8f783f3f3f55 |
EUC-JP | 駿???U | 101111011101100100111111001111110011111101010101 | bdd93f3f3f55 |
UTF-8 | 駿곁렠렊U | 11101001101001111011111111101010101100111000000111101011101000001010000011101011101000001000101001010101 | e9a7bfeab381eba0a0eba08a55 |
UHC | 駿곁렠렊U | 111100011110011110110000111001111000111010110001100011101010000101010101 | f1e7b0e78eb18ea155 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)