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 | ú鬱 | 11111010111010011010110010110001 | fae9acb1 |
SJIS-WIN | ??± | 001111110011111110000001110010101000000101111101 | 3f3f81ca817d |
EUC-JP | ú鬱 | 10001111101010111110001010001111101010111011000110100010110011001010000111011110 | 8fabe28fabb1a2cca1de |
UTF-8 | ú鬱 | 1100001110111010110000111010100111000010101011001100001010110001 | c3bac3a9c2acc2b1 |
UHC | ???± | 0011111100111111001111111010000110111110 | 3f3f3fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)