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 | 義弄?源? | 1000101101100000100110000100110100111111100011001011100100111111 | 8b60984d3f8cb93f |
EUC-JP | 義弄?源醱 | 10110101110000011100111110101110001111111011100010111011100011111110001011110111 | b5c1cfae3fb8bb8fe2f7 |
UTF-8 | 義弄갹源醱 | 111001111011111010101001111001011011110010000100111010101011000010111001111001101011101010010000111010011000011010110001 | e7bea9e5bc84eab0b9e6ba90e986b1 |
UHC | 義弄갹源醱 | 11101011111110011101011011100111101100001011110111101010101110011101101110100011 | ebf9d6e7b0bdeab9dba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)