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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???循?4 | 0011111100111111001111111000111101111010001111111000001001010011 | 3f3f3f8f7a3f8253 |
EUC-JP | ???循?4 | 0011111100111111001111111011110111011011001111111010001110110100 | 3f3f3fbddb3fa3b4 |
UTF-8 | 淋쒐뵓循낅4 | 111011111010011110110101111011001001001010010000111010111011010110010011111001011011111010101010111010111000001010000101111011111011110010010100 | efa7b5ec9290ebb593e5beaaeb8285efbc94 |
UHC | 淋쒐뵓循낅4 | 111011001111100010011100111001111001010010010101111000101110000010000101111010111010001110110100 | ecf89ce79495e2e085eba3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)