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 | 1110010010111001100111111110111110111101100011111110110010001000101101000101001001000101 | e4b99fefbd8fec88b45245 |
EUC-JP | 荵滂ス嬢斡RE | 111010001011101111011110111100011000111010111101101111101110111010110000101101100101001001000101 | e8bbdef18ebdbeeeb0b65245 |
UTF-8 | 荵滂ス嬢斡RE | 1110100010001101101101011110011010111011100000101110111110111101101111011110010110101100101000101110011010010110101000010101001001000101 | e88db5e6bb82efbdbde5aca2e696a15245 |
UHC | ?滂??斡RE | 001111111101101110110101001111110011111111100100110101100101001001000101 | 3fdbb53f3fe4d65245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)