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 | ????D^ | 001111110011111100111111001111110100010001011110 | 3f3f3f3f445e |
SJIS-WIN | 宵モ将ゥD^ | 1000111110101010110100111000111110101011101010010100010001011110 | 8faad38faba9445e |
EUC-JP | 宵モ将ゥD^ | 10111110101011001000111011010011101111101010110110001110101010010100010001011110 | beac8ed3bead8ea9445e |
UTF-8 | 宵モ将ゥD^ | 1110010110101110101101011110111110111110100100111110010110110000100001101110111110111101101010010100010001011110 | e5aeb5efbe93e5b086efbda9445e |
UHC | 宵???D^ | 11100001101100100011111100111111001111110100010001011110 | e1b23f3f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)