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 | ®°°O | 1001000110101110100100011011000010010001101100001001001001001111 | 91ae91b091b0924f |
SJIS-WIN | ???°?°?O | 00111111001111110011111110000001100010110011111110000001100010110011111101001111 | 3f3f3f818b3f818b3f4f |
EUC-JP | ?®?°?°?O | 001111111000111110100010111011100011111110100001111010110011111110100001111010110011111101001111 | 3f8fa2ee3fa1eb3fa1eb3f4f |
UTF-8 | ®°°O | 110000101001000111000010101011101100001010010001110000101011000011000010100100011100001010110000110000101001001001001111 | c291c2aec291c2b0c291c2b0c2924f |
UHC | ?®?°?°?O | 0011111110100010111001110011111110100001110001100011111110100001110001100011111101001111 | 3fa2e73fa1c63fa1c63f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)