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 | 式自 | 1111001010101000100011101010111011110010101110001000111010101001 | f2a88eaef2b88ea9 |
EUC-JP | ?式?自 | 001111111011110010110000001111111011110010101011 | 3fbcb03fbcab |
UTF-8 | 式自 | 111011101000011110011111111001011011110010001111111011101000011110101111111010001000011110101010 | ee879fe5bc8fee87afe887aa |
UHC | ?式?自 | 001111111110001111010010001111111110110110111011 | 3fe3d23fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)