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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?繆 | 001111111110001101111000 | 3fe378 |
EUC-JP | ?繆 | 001111111110010111011001 | 3fe5d9 |
UTF-8 | 윽繆 | 111011001001110010111101111001111011100110000110 | ec9cbde7b986 |
UHC | 윽繆 | 11000000101110011101100111110000 | c0b9d9f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)