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 | 弟???曜 | 10010010111011010011111100111111001111111001011101101010 | 92ed3f3f3f976a |
EUC-JP | 弟???曜 | 11000100111011110011111100111111001111111100110111001011 | c4ef3f3f3fcdcb |
UTF-8 | 弟렱戶렯曜 | 111001011011110010011111111010111010000010110001111001101000100010110110111010111010000010101111111001101001101110011100 | e5bc9feba0b1e688b6eba0afe69b9c |
UHC | 弟렱戶렯曜 | 11110000101010011000111010111110111110111100001010001110101111001110100011111000 | f0a98ebefbc28ebce8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)