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 | ??N? | 00111111001111110100111000111111 | 3f3f4e3f |
SJIS-WIN | 踞セN豸 | 111001101111010110111110010011101110011010110110 | e6f5be4ee6b6 |
EUC-JP | 踞セN豸 | 11101100111101111000111010111110010011101110110010111000 | ecf78ebe4eecb8 |
UTF-8 | 踞セN豸 | 11101000101110001001111011101111101111011011111001001110111010001011000110111000 | e8b89eefbdbe4ee8b1b8 |
UHC | 踞?N? | 1100101111100110001111110100111000111111 | cbe63f4e3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)