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 | 1001101101001011001111111000111111111001001111110101001001000101 | 9b4b3f8ff93f5245 |
EUC-JP | 姙?錠?RE | 1101010110101100001111111011111011111011001111110101001001000101 | d5ac3fbefb3f5245 |
UTF-8 | 姙렒錠렣RE | 1110010110100111100110011110101110100000100100101110100110001100101000001110101110100000101000110101001001000101 | e5a799eba092e98ca0eba0a35245 |
UHC | 姙렒錠렣RE | 11101100111101011000111010100111111011111111110010001110101101000101001001000101 | ecf58ea7effc8eb45245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)