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 | 銧蒔涬鹿^ | 111110111100110010001110101010101111101101000001100011101010110101011110 | fbcc8eaafb418ead5e |
EUC-JP | 銧蒔涬鹿^ | 1000111111100100101001101011110010101100100011111100011111001111101111001010111101011110 | 8fe4a6bcac8fc7cfbcaf5e |
UTF-8 | 銧蒔涬鹿^ | 11101001100010101010011111101000100100101001010011100110101101101010110011101001101110011011111101011110 | e98aa7e89294e6b6ace9b9bf5e |
UHC | ?蒔?鹿^ | 00111111111000111100100000111111110101101110001101011110 | 3fe3c83fd6e35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)