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 | 嘆棚村孫^ | 100100100101000110010010010010011001000110111010100100011011011101011110 | 9251924991ba91b75e |
EUC-JP | 嘆棚村孫^ | 110000111011001011000011101010101100001010111100110000101011100101011110 | c3b2c3aac2bcc2b95e |
UTF-8 | 嘆棚村孫^ | 11100101100110001000011011100110101000111001101011100110100111011001000111100101101011011010101101011110 | e59886e6a39ae69d91e5adab5e |
UHC | 嘆棚村孫^ | 111101111010001111011101110111001111010110111101111000011101110101011110 | f7a3dddcf5bde1dd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)