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 | ?[?n | 00111111010110110011111101101110 | 3f5b3f6e |
SJIS-WIN | ?[?n | 00111111010110110011111101101110 | 3f5b3f6e |
EUC-JP | ?[?n | 00111111010110110011111101101110 | 3f5b3f6e |
UTF-8 | 혨[혧n | 1110110110011000101010000101101111101101100110001010011101101110 | ed98a85bed98a76e |
UHC | 혨[혧n | 110000101001000001011011110000101000111101101110 | c2905bc28f6e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)