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 | 踰ú¯ | 111010001011100010110000111110101001110010101111 | e8b8b0fa9caf |
SJIS-WIN | ??°??? | 00111111001111111000000110001011001111110011111100111111 | 3f3f818b3f3f3f |
EUC-JP | 踰ú?¯ | 100011111010101110110010100011111010001010110001101000011110101110001111101010111110001000111111100011111010001010110100 | 8fabb28fa2b1a1eb8fabe23f8fa2b4 |
UTF-8 | 踰ú¯ | 110000111010100011000010101110001100001010110000110000111011101011000010100111001100001010101111 | c3a8c2b8c2b0c3bac29cc2af |
UHC | ?¸°??? | 0011111110100010101011001010000111000110001111110011111100111111 | 3fa2aca1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)