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 | ツアラ鯆ア狢^ | 110000101011000111010111111010011100001010110001111000001100000001011110 | c2b1d7e9c2b1e0c05e |
EUC-JP | ツアラ鯆ア狢^ | 10001110110000101000111010110001100011101101011111110010110001001000111010110001111000001100001001011110 | 8ec28eb18ed7f2c48eb1e0c25e |
UTF-8 | ツアラ鯆ア狢^ | 11101111101111101000001011101111101111011011000111101111101111101001011111101001101011111000011011101111101111011011000111100111100010111010001001011110 | efbe82efbdb1efbe97e9af86efbdb1e78ba25e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)