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 | 1110100010101110100100001110011110010110101111100101001001000101 | e8ae90e796be5245 |
EUC-JP | 隶千明RE | 1111000010110000110000001110100111001100110000000101001001000101 | f0b0c0e9ccc05245 |
UTF-8 | 隶千明RE | 1110100110011010101101101110010110001101100000111110011010011000100011100101001001000101 | e99ab6e58d83e6988e5245 |
UHC | ?千明RE | 00111111111101001011011011011001101001010101001001000101 | 3ff4b6d9a55245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)