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 | 諸堤扱逍セ | 111110111010100110010010111001111000100010110101111001111001011010111110 | fba992e788b5e796be |
EUC-JP | ?堤扱逍セ | 001111111100010011101001101100001011011111101101111101101000111010111110 | 3fc4e9b0b7edf68ebe |
UTF-8 | 諸堤扱逍セ | 111011111010100010100010111001011010000010100100111001101000100110110001111010011000000010001101111011111011110110111110 | efa8a2e5a0a4e689b1e9808defbdbe |
UHC | ?堤扱逍? | 0011111111110000101001111101000011100010111000011100111000111111 | 3ff0a7d0e2e1ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)