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 | 義弄?源 | 10001011011000001001100001001101001111111000110010111001 | 8b60984d3f8cb9 |
EUC-JP | 義弄?源 | 10110101110000011100111110101110001111111011100010111011 | b5c1cfae3fb8bb |
UTF-8 | 義弄갹源 | 111001111011111010101001111001011011110010000100111010101011000010111001111001101011101010010000 | e7bea9e5bc84eab0b9e6ba90 |
UHC | 義弄갹源 | 1110101111111001110101101110011110110000101111011110101010111001 | ebf9d6e7b0bdeab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)