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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闍滄宦謗型 | 11101000100010111001111111101001100110111000000111100110100011101000110001011110 | e88b9fe99b81e68e8c5e |
EUC-JP | 闍滄宦謗型 | 11101111111010111101111011101011110101011110000111101011111011101011011110111111 | efebdeebd5e1ebeeb7bf |
UTF-8 | 闍滄宦謗型 | 111010011001011110001101111001101011101110000100111001011010111010100110111010001010110010010111111001011001111010001011 | e9978de6bb84e5aea6e8ac97e59e8b |
UHC | ?滄宦謗型 | 001111111111001111100111111111001011001011011011101111111111101011111110 | 3ff3e7fcb2dbbffafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)