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 | 缸???? | 111000111001110100111111001111110011111100111111 | e39d3f3f3f3f |
EUC-JP | 缸???? | 111001011111110100111111001111110011111100111111 | e5fd3f3f3f3f |
UTF-8 | 缸잭浪롋뻐 | 111001111011110010111000111011001001111010101101111011111010010010101010111010111010000110001011111010111011101110010000 | e7bcb8ec9eadefa4aaeba18bebbb90 |
UHC | 缸잭浪롋뻐 | 11111001111111001100000011101000110100101010100110001110110100011011101110110101 | f9fcc0e8d2a98ed1bbb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)