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 | 楢弄?源 | 10010011111010001001100001001101001111111000110010111001 | 93e8984d3f8cb9 |
EUC-JP | 楢弄?源 | 11000110111010101100111110101110001111111011100010111011 | c6eacfae3fb8bb |
UTF-8 | 楢弄갹源 | 111001101010010110100010111001011011110010000100111010101011000010111001111001101011101010010000 | e6a5a2e5bc84eab0b9e6ba90 |
UHC | 楢弄갹源 | 1110101011111001110101101110011110110000101111011110101010111001 | eaf9d6e7b0bdeab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)