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 | 式犱自 | 1111000111100001100011101010111011111011010110111000111010101001 | f1e18eaefb5b8ea9 |
EUC-JP | ?式犱自 | 0011111110111100101100001000111111001010111011111011110010101011 | 3fbcb08fcaefbcab |
UTF-8 | 式犱自 | 111011101000010110011100111001011011110010001111111001111000101010110001111010001000011110101010 | ee859ce5bc8fe78ab1e887aa |
UHC | ?式?自 | 001111111110001111010010001111111110110110111011 | 3fe3d23fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)