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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??件 | 00111111001111111000110010001111 | 3f3f8c8f |
EUC-JP | ??件 | 00111111001111111011011111101111 | 3f3fb7ef |
UTF-8 | 신펌件 | 111011001000101110100000111011011000111010001100111001001011101110110110 | ec8ba0ed8e8ce4bbb6 |
UHC | 신펌件 | 101111011100010111000110110111111100101111101100 | bdc5c6dfcbec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)