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 | ??蹈漬 | 001111110011111111100111010001001001001011010000 | 3f3fe74492d0 |
EUC-JP | 焌?蹈漬 | 1000111111001001111010000011111111101101101001011100010011010010 | 8fc9e83feda5c4d2 |
UTF-8 | 焌븅蹈漬 | 111001111000010010001100111010111011100010000101111010001011100110001000111001101011110010101100 | e7848cebb885e8b988e6bcac |
UHC | 焌븅蹈漬 | 1111000111100000101110101110100111010100101100001111001010110000 | f1e0bae9d4b0f2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)