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 | 驤募現ホ | 11101001100010001001010111100101100011001011101111001110 | e98895e58cbbce |
EUC-JP | 驤募現ホ | 1111000111101000110010101110011110111000101111011000111011001110 | f1e8cae7b8bd8ece |
UTF-8 | 驤募現ホ | 111010011010100110100100111001011000101110011111111001111000111110111110111011111011111010001110 | e9a9a4e58b9fe78fbeefbe8e |
UHC | ?募現? | 001111111101100110110100111110101101111000111111 | 3fd9b4fade3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)