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 | 00111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f5245 |
SJIS-WIN | 遽乞せ遒ッRE | 1110011110101111100011001110111010000010101110011110011110100010101011110101001001000101 | e7af8cee82b9e7a2af5245 |
EUC-JP | 遽乞せ遒ッRE | 111011101011000110111000111100001010010010111011111011101010010010001110101011110101001001000101 | eeb1b8f0a4bbeea48eaf5245 |
UTF-8 | 遽乞せ遒ッRE | 1110100110000001101111011110010010111001100111101110001110000001100110111110100110000001100100101110111110111101101011110101001001000101 | e981bde4b99ee3819be98192efbdaf5245 |
UHC | 遽乞せ??RE | 11001011111010001100101111110111101010101011101100111111001111110101001001000101 | cbe8cbf7aabb3f3f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)