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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ?h?] | 0011111110000010100010000011111101011101 | 3f82883f5d |
EUC-JP | ?h?] | 0011111110100011111010000011111101011101 | 3fa3e83f5d |
UTF-8 | 溜h쟿] | 11101111101001111000101111101111101111011000100011101100100111111011111101011101 | efa78befbd88ec9fbf5d |
UHC | 溜h쟿] | 11101010111111101010001111101000101000001000010101011101 | eafea3e8a0855d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)