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 | ?????r{d | 0011111100111111001111110011111100111111011100100111101101100100 | 3f3f3f3f3f727b64 |
SJIS-WIN | 簇????r{d | 111000101100011000111111001111110011111100111111011100100111101101100100 | e2c63f3f3f3f727b64 |
EUC-JP | 簇????r{d | 111001001100100000111111001111110011111100111111011100100111101101100100 | e4c83f3f3f3f727b64 |
UTF-8 | 簇렯렺렯렞r{d | 111001111011000010000111111010111010000010101111111010111010000010111010111010111010000010101111111010111010000010011110011100100111101101100100 | e7b087eba0afeba0baeba0afeba09e727b64 |
UHC | 簇렯렺렯렞r{d | 11110000111010101000111010111100100011101100001010001110101111001000111010101111011100100111101101100100 | f0ea8ebc8ec28ebc8eaf727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)