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 | 語??瑤? | 10001100111010100011111100111111111010101010001000111111 | 8cea3f3feaa23f |
EUC-JP | 語??瑤? | 10111000111011000011111100111111111101001010010000111111 | b8ec3f3ff4a43f |
UTF-8 | 語먬웼瑤쏣 | 111010001010101010011110111010111010100010101100111011001001101110111100111001111001000110100100111011001000111110100011 | e8aa9eeba8acec9bbce791a4ec8fa3 |
UHC | 語먬웼瑤쏣 | 11100101110111101001000011101001100111111000100011101000111111011001110001000101 | e5de90e99f88e8fd9c45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)