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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 檍??義? | 10011110111110000011111100111111100010110110000000111111 | 9ef83f3f8b603f |
EUC-JP | 檍??義? | 11011100111110100011111100111111101101011100000100111111 | dcfa3f3fb5c13f |
UTF-8 | 檍됤뫗義퍫 | 111001101010101010001101111010111001000010100100111010111010101110010111111001111011111010101001111011011000110110101011 | e6aa8deb90a4ebab97e7bea9ed8dab |
UHC | 檍됤뫗義퍫 | 11100101111001011000100111100010100100011011100111101011111110011011110001000010 | e5e589e291b9ebf9bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)