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 | 裘郁シ慕 | 11100101111000101000100011101000101111001001010111100111 | e5e288e8bc95e7 |
EUC-JP | 裘郁シ慕 | 1110101011100100101100001110101010001110101111001100101011101001 | eae4b0ea8ebccae9 |
UTF-8 | 裘郁シ慕 | 111010001010001110011000111010011000001110000001111011111011110110111100111001101000010110010101 | e8a398e98381efbdbce68595 |
UHC | ?郁?慕 | 001111111110100111110100001111111101100110110111 | 3fe9f43fd9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)