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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 譱エ竈譱エ窖^ | 1110001110111111101101001110001001111101111000111011111110110100111000100111101101011110 | e3bfb4e27de3bfb4e27b5e |
EUC-JP | 譱エ竈譱エ窖^ | 11100110110000011000111010110100111000111101111011100110110000011000111010110100111000111101110001011110 | e6c18eb4e3dee6c18eb4e3dc5e |
UTF-8 | 譱エ竈譱エ窖^ | 11101000101011011011000111101111101111011011010011100111101010111000100011101000101011011011000111101111101111011011010011100111101010101001011001011110 | e8adb1efbdb4e7ab88e8adb1efbdb4e7aa965e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)