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 | 00111111001111110101001001000101 | 3f3f5245 |
SJIS-WIN | 燾雫RE | 111110110101101010001110101101000101001001000101 | fb5a8eb45245 |
EUC-JP | 燾雫RE | 10001111110010101011110110111100101101100101001001000101 | 8fcabdbcb65245 |
UTF-8 | 燾雫RE | 1110011110000111101111101110100110011011101010110101001001000101 | e787bee99bab5245 |
UHC | 燾?RE | 1101010010100111001111110101001001000101 | d4a73f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)