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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 辿村損^ | 10010010010010001001000110111010100100011011100101011110 | 924891ba91b95e |
EUC-JP | 辿村損^ | 11000011101010011100001010111100110000101011101101011110 | c3a9c2bcc2bb5e |
UTF-8 | 辿村損^ | 11101000101111101011111111100110100111011001000111100110100100001000110101011110 | e8bebfe69d91e6908d5e |
UHC | ?村損^ | 001111111111010110111101111000011101111101011110 | 3ff5bde1df5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)