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 | ???S\ | 0011111100111111001111110101001101011100 | 3f3f3f535c |
SJIS-WIN | 辿坦棚S\ | 1001001001001000100100100101001010010010010010010101001101011100 | 924892529249535c |
EUC-JP | 辿坦棚S\ | 1100001110101001110000111011001111000011101010100101001101011100 | c3a9c3b3c3aa535c |
UTF-8 | 辿坦棚S\ | 1110100010111110101111111110010110011101101001101110011010100011100110100101001101011100 | e8bebfe59da6e6a39a535c |
UHC | ?坦棚S\ | 00111111111101111010010011011101110111000101001101011100 | 3ff7a4dddc535c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)