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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | トォ\ | 11110010101100011100010011110000101101101010101101011100 | f2b1c4f0b6ab5c |
EUC-JP | ?ト?ォ\ | 00111111100011101100010000111111100011101010101101011100 | 3f8ec43f8eab5c |
UTF-8 | トォ\ | 11101110100001111010100011101111101111101000010011101110100000011011010111101111101111011010101101011100 | ee87a8efbe84ee81b5efbdab5c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)