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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??鼎桎ⅱ | 0011111100111111100100110100001110011110011111101111101001000001 | 3f3f93439e7efa41 |
EUC-JP | ??鼎桎? | 00111111001111111100010110100100110110111101111100111111 | 3f3fc5a4dbdf3f |
UTF-8 | 뤗촘鼎桎ⅱ | 111010111010010010010111111011001011010010011000111010011011110010001110111001101010000110001110111000101000010110110001 | eba497ecb498e9bc8ee6a18ee285b1 |
UHC | 뤗촘鼎桎ⅱ | 10001111110001111100001111001110111100001010001111110010111011101010010110100010 | 8fc7c3cef0a3f2eea5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)