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 | 陜惹クサ | 111010001001110110001110111001001011100010111011 | e89d8ee4b8bb |
EUC-JP | 陜惹クサ | 1110111111111101101111001110011010001110101110001000111010111011 | effdbce68eb88ebb |
UTF-8 | 陜惹クサ | 111010011001100110011100111001101000001110111001111011111011110110111000111011111011110110111011 | e9999ce683b9efbdb8efbdbb |
UHC | 陜惹?? | 111110011111000011100101101010010011111100111111 | f9f0e5a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)