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 | 腫???腫 | 10001110111011100011111100111111001111111000111011101110 | 8eee3f3f3f8eee |
EUC-JP | 腫???腫 | 10111100111100000011111100111111001111111011110011110000 | bcf03f3f3fbcf0 |
UTF-8 | 腫€렲렱腫 | 111010001000010110101011111000101000001010101100111010111010000010110010111010111010000010110001111010001000010110101011 | e885abe282aceba0b2eba0b1e885ab |
UHC | 腫€렲렱腫 | 11110000111111101010001011100110100011101011111110001110101111101111000011111110 | f0fea2e68ebf8ebef0fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)