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 | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
SJIS-WIN | 咫?瀞?RE | 1001101001000000001111111001001111010010001111110101001001000101 | 9a403f93d23f5245 |
EUC-JP | 咫?瀞?RE | 1101001110100001001111111100011011010100001111110101001001000101 | d3a13fc6d43f5245 |
UTF-8 | 咫렦瀞렕RE | 1110010110010010101010111110101110100000101001101110011110000000100111101110101110100000100101010101001001000101 | e592abeba0a6e7809eeba0955245 |
UHC | 咫렦瀞렕RE | 11110010101000011000111010110101111011111110011110001110101010100101001001000101 | f2a18eb5efe78eaa5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)