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 | 也??遙ュ | 1001011011100111001111110011111111101010101000011000001110000101 | 96e73f3feaa18385 |
EUC-JP | 也??遙ュ | 1100110011101001001111110011111111110100101000111010010111100101 | cce93f3ff4a3a5e5 |
UTF-8 | 也쏂괵遙ュ | 111001001011100110011111111011001000111110000010111010101011010010110101111010011000000110011001111000111000001110100101 | e4b99fec8f82eab4b5e98199e383a5 |
UHC | 也쏂괵遙ュ | 11100101101001011001101111101000101100011010110011101001101010111010101111100101 | e5a59be8b1ace9ababe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)