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 | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
SJIS-WIN | 顆ス迯サ跪ウG | 11101000111101111011110111100111100011011011101111100110111011001011001101000111 | e8f7bde78dbbe6ecb347 |
EUC-JP | 顆ス迯サ跪ウG | 11110000111110011000111010111101111011011110110110001110101110111110110011101110100011101011001101000111 | f0f98ebdeded8ebbecee8eb347 |
UTF-8 | 顆ス迯サ跪ウG | 11101001101000011000011011101111101111011011110111101000101111111010111111101111101111011011101111101000101101111010101011101111101111011011001101000111 | e9a186efbdbde8bfafefbdbbe8b7aaefbdb347 |
UHC | 顆?????G | 1100111010101000001111110011111100111111001111110011111101000111 | cea83f3f3f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)