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 | 臂o戎鐔 | 1110010001011101100000101000111110001111010111101110100001011100 | e45d828f8f5ee85c |
EUC-JP | 臂o戎鐔 | 1110011110111110101000111110111110111101101111111110111110111101 | e7bea3efbdbfefbd |
UTF-8 | 臂o戎鐔 | 111010001000011110000010111011111011110110001111111001101000100010001110111010011001000010010100 | e88782efbd8fe6888ee99094 |
UHC | 臂o戎? | 11011110101000101010001111101111111010111101010000111111 | dea2a3efebd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)