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 | 1001001001011010100100011001101110011111101101100101001001000101 | 925a919b9fb65245 |
EUC-JP | 短騒涕RE | 1100001110111011110000011111101111011110101110000101001001000101 | c3bbc1fbdeb85245 |
UTF-8 | 短騒涕RE | 1110011110011111101011011110100110101000100100101110011010110110100101010101001001000101 | e79fade9a892e6b6955245 |
UHC | 短?涕RE | 11010011101011010011111111110100111100010101001001000101 | d3ad3ff4f15245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)