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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 銖∬損\ | 11100111111100011000000111101000100100011011100101011100 | e7f181e891b95c |
EUC-JP | 銖∬損\ | 11101110111100111010001011101010110000101011101101011100 | eef3a2eac2bb5c |
UTF-8 | 銖∬損\ | 11101001100010101001011011100010100010001010110011100110100100001000110101011100 | e98a96e288ace6908d5c |
UHC | 銖∬損\ | 11100010110001111010000111110011111000011101111101011100 | e2c7a1f3e1df5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)