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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 撓??遙ら? | 100111011001101000111111001111111110101010100001100000101110011100111111 | 9d9a3f3feaa182e73f |
EUC-JP | 撓??遙らœ | 1101100111111010001111110011111111110100101000111010010011101001100011111010100111001101 | d9fa3f3ff4a3a4e98fa9cd |
UTF-8 | 撓㏘퍢遙らœ | 1110011010010010100100111110001110001111100110001110110110001101101000101110100110000001100110011110001110000010100010011100010110010011 | e69293e38f98ed8da2e98199e38289c593 |
UHC | 撓㏘퍢遙らœ | 111010001111010110100010111001001011101110011001111010011010101110101010111010011010100110101011 | e8f5a2e4bb99e9abaae9a9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)