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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?氓?ⅱ | 001111111001111110000010001111111111101001000001 | 3f9f823ffa41 |
EUC-JP | ?氓?? | 0011111111011101111000100011111100111111 | 3fdde23f3f |
UTF-8 | 뤗氓뀌ⅱ | 111010111010010010010111111001101011000010010011111010111000000010001100111000101000010110110001 | eba497e6b093eb808ce285b1 |
UHC | 뤗氓뀌ⅱ | 1000111111000111110110001110110010110010111011101010010110100010 | 8fc7d8ecb2eea5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)