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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鬣郁サ | 1110100110100101100010001110100010111011 | e9a588e8bb |
EUC-JP | 鬣郁サ | 111100101010011110110000111010101000111010111011 | f2a7b0ea8ebb |
UTF-8 | 鬣郁サ | 111010011010110010100011111010011000001110000001111011111011110110111011 | e9aca3e98381efbdbb |
UHC | ?郁? | 00111111111010011111010000111111 | 3fe9f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)