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 | 遲乗「截 | 11100111101011011000111111100110101000101001110101000010 | e7ad8fe6a29d42 |
EUC-JP | 遲乗「截 | 1110111010101111101111101110100010001110101000101101100110100011 | eeafbee88ea2d9a3 |
UTF-8 | 遲乗「截 | 111010011000000110110010111001001011100110010111111011111011110110100010111001101000100010101010 | e981b2e4b997efbda2e688aa |
UHC | 遲??截 | 111100101100000000111111001111111110111110111000 | f2c03f3fefb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)