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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 驤暮。伜渚F | 11101001100010001001010111101001101000011001100011100101100011111000110101000110 | e98895e9a198e58f8d46 |
EUC-JP | 驤暮。伜渚F | 1111000111101000110010101110101110001110101000011101000011100111101111011110110101000110 | f1e8caeb8ea1d0e7bded46 |
UTF-8 | 驤暮。伜渚F | 11101001101010011010010011100110100110101010111011101111101111011010000111100100101111001001110011100110101110001001101001000110 | e9a9a4e69aaeefbda1e4bc9ce6b89a46 |
UHC | ?暮??渚F | 0011111111011001101110100011111100111111111011101100001001000110 | 3fd9ba3f3feec246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)