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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 汐胝自 | 1111100110100011100011101010110011100011111100011000111010101001 | f9a38eace3f18ea9 |
EUC-JP | ?汐胝自 | 00111111101111001010111011100110111100111011110010101011 | 3fbcaee6f3bcab |
UTF-8 | 汐胝自 | 111011101001101110111110111001101011000110010000111010001000001110011101111010001000011110101010 | ee9bbee6b190e8839de887aa |
UHC | ?汐?自 | 001111111110000010110001001111111110110110111011 | 3fe0b13fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)