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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 晳醍晳醍^ | 111110101101100110010001111001111111101011011001100100011110011101011110 | fad991e7fad991e75e |
EUC-JP | 晳醍晳醍^ | 1000111111000010110001001100001011101001100011111100001011000100110000101110100101011110 | 8fc2c4c2e98fc2c4c2e95e |
UTF-8 | 晳醍晳醍^ | 11100110100110011011001111101001100001101000110111100110100110011011001111101001100001101000110101011110 | e699b3e9868de699b3e9868d5e |
UHC | 晳醍晳醍^ | 111000001010111111110000101101011110000010101111111100001011010101011110 | e0aff0b5e0aff0b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)