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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 霍丞鴻蟷ケ^ | 11101000101101111000111111100101100011011000001111100101101110011011100101011110 | e8b78fe58d83e5b9b95e |
EUC-JP | 霍丞鴻蟷ケ^ | 1111000010111001101111101110011110111001111000111110101010111011100011101011100101011110 | f0b9bee7b9e3eabb8eb95e |
UTF-8 | 霍丞鴻蟷ケ^ | 11101001100111001000110111100100101110001001111011101001101101001011101111101000100111111011011111101111101111011011100101011110 | e99c8de4b89ee9b4bbe89fb7efbdb95e |
UHC | ?丞鴻??^ | 0011111111100011101010101111101111111000001111110011111101011110 | 3fe3aafbf83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)