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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 上瘤ウ捨 | 10001111111000111110000110001110101100111000111011001100 | 8fe3e18eb38ecc |
EUC-JP | 上瘤ウ捨 | 1011111011100101111000011110111010001110101100111011110011001110 | bee5e1ee8eb3bcce |
UTF-8 | 上瘤ウ捨 | 111001001011100010001010111001111001100010100100111011111011110110110011111001101000110110101000 | e4b88ae798a4efbdb3e68da8 |
UHC | 上瘤?捨 | 11011111101111101101011110111011001111111101111011010111 | dfbed7bb3fded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)