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 | 鞣呈凵籬 | 1110100011100010100100101110011010011001100000011110001011011111 | e8e292e69981e2df |
EUC-JP | 鞣呈凵籬 | 1111000011100100110001001110100011010001111000011110010011100001 | f0e4c4e8d1e1e4e1 |
UTF-8 | 鞣呈凵籬 | 111010011001111010100011111001011001000110001000111001011000011110110101111001111011000110101100 | e99ea3e59188e587b5e7b1ac |
UHC | ?呈?籬 | 001111111110111111010000001111111101011111100110 | 3fefd03fd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)