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 | þ±ITB | 1001000111111110100100011011000110010010010010010101010001000010 | 91fe91b192495442 |
SJIS-WIN | ???±?ITB | 001111110011111100111111100000010111110100111111010010010101010001000010 | 3f3f3f817d3f495442 |
EUC-JP | ?þ?±?ITB | 0011111110001111101010011101000000111111101000011101111000111111010010010101010001000010 | 3f8fa9d03fa1de3f495442 |
UTF-8 | þ±ITB | 11000010100100011100001110111110110000101001000111000010101100011100001010010010010010010101010001000010 | c291c3bec291c2b1c292495442 |
UHC | ?þ?±?ITB | 00111111101010011010110100111111101000011011111000111111010010010101010001000010 | 3fa9ad3fa1be3f495442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)