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 | ???RE | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | 押??RE | 100010011001111100111111001111110101001001000101 | 899f3f3f5245 |
EUC-JP | 押??RE | 101100101010000100111111001111110101001001000101 | b2a13f3f5245 |
UTF-8 | 押덄쎗RE | 1110011010001010101111001110101110001101100001001110110010001110100101110101001001000101 | e68abceb8d84ec8e975245 |
UHC | 押덄쎗RE | 1110010011100011100010001110011110011011101111100101001001000101 | e4e388e79bbe5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)