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 | 1110011110011001100100101110001010010001101110001110001010011001101001110101001001000101 | e79992e291b8e299a75245 |
EUC-JP | 逋停尊笙ァRE | 111011011111100111000100111001001100001010111010111000111111100110001110101001110101001001000101 | edf9c4e4c2bae3f98ea75245 |
UTF-8 | 逋停尊笙ァRE | 1110100110000000100010111110010110000001100111001110010110110000100010101110011110101100100110011110111110111101101001110101001001000101 | e9808be5819ce5b08ae7ac99efbda75245 |
UHC | 逋停尊笙?RE | 1111100011100111111011111100111011110000111011101101111111101001001111110101001001000101 | f8e7efcef0eedfe93f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)