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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 皹」ァ皹」ァ^ | 111000011010111110100011101001111110000110101111101000111010011101011110 | e1afa3a7e1afa3a75e |
EUC-JP | 皹」ァ皹」ァ^ | 11100010101100011000111010100011100011101010011111100010101100011000111010100011100011101010011101011110 | e2b18ea38ea7e2b18ea38ea75e |
UTF-8 | 皹」ァ皹」ァ^ | 11100111100110101011100111101111101111011010001111101111101111011010011111100111100110101011100111101111101111011010001111101111101111011010011101011110 | e79ab9efbda3efbda7e79ab9efbda3efbda75e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)