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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 穩??晤?? | 1110001001110010001111110011111110011101111010110011111100111111 | e2723f3f9deb3f3f |
EUC-JP | 穩??晤?? | 1110001111010011001111110011111111011010111011010011111100111111 | e3d33f3fdaed3f3f |
UTF-8 | 穩븝쉔晤숋숱 | 111001111010100110101001111010111011100010011101111011001000100110010100111001101001100110100100111011001000100010001011111011001000100010110001 | e7a9a9ebb89dec8994e699a4ec888bec88b1 |
UHC | 穩븝쉔晤숋숱 | 111010001011000110111010111011111011110110101000111001111111101110011001111011111011110110100010 | e8b1baefbda8e7fb99efbda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)