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 | 貔ウ笆」 | 111001101011111010110011111000101001011010100011 | e6beb3e296a3 |
EUC-JP | 貔ウ笆」 | 1110110011000000100011101011001111100011111101101000111010100011 | ecc08eb3e3f68ea3 |
UTF-8 | 貔ウ笆」 | 111010001011001010010100111011111011110110110011111001111010110010000110111011111011110110100011 | e8b294efbdb3e7ac86efbda3 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)