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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 貂ャ謳坑 | 11100110101110001010110011100110100100001000110101000010 | e6b8ace6908d42 |
EUC-JP | 貂ャ謳坑 | 1110110010111010100011101010110011101011111100001011100110100011 | ecba8eacebf0b9a3 |
UTF-8 | 貂ャ謳坑 | 111010001011001010000010111011111011110110101100111010001010110010110011111001011001110110010001 | e8b282efbdace8acb3e59d91 |
UHC | 貂?謳坑 | 11110101101100000011111111001111110001001100101111010101 | f5b03fcfc4cbd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)