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 | 11000011100000101100001010001001010010100101001001000101 | c382c2894a5245 |
EUC-JP | テつ雨RE | 1000111011000011101001001100010010110001101010110101001001000101 | 8ec3a4c4b1ab5245 |
UTF-8 | テつ雨RE | 1110111110111110100000111110001110000001101001001110100110011011101010000101001001000101 | efbe83e381a4e99ba85245 |
UHC | ?つ雨RE | 00111111101010101100010011101001111010110101001001000101 | 3faac4e9eb5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)