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 | ìå°\ | 11101100100010011000001111100101101100001000111101011100 | ec8983e5b08f5c |
SJIS-WIN | ????°?\ | 0011111100111111001111110011111110000001100010110011111101011100 | 3f3f3f3f818b3f5c |
EUC-JP | ì??å°?\ | 100011111010101111000000001111110011111110001111101010111010100110100001111010110011111101011100 | 8fabc03f3f8faba9a1eb3f5c |
UTF-8 | ìå°\ | 11000011101011001100001010001001110000101000001111000011101001011100001010110000110000101000111101011100 | c3acc289c283c3a5c2b0c28f5c |
UHC | ????°?\ | 0011111100111111001111110011111110100001110001100011111101011100 | 3f3f3f3fa1c63f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)