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 | ??Q] | 00111111001111110101000101011101 | 3f3f515d |
SJIS-WIN | 鋓竺Q] | 111110111101011010001110101100010101000101011101 | fbd68eb1515d |
EUC-JP | 鋓竺Q] | 10001111111001001011111110111100101100110101000101011101 | 8fe4bfbcb3515d |
UTF-8 | 鋓竺Q] | 1110100110001011100100111110011110101011101110100101000101011101 | e98b93e7abba515d |
UHC | ?竺Q] | 0011111111110101111001110101000101011101 | 3ff5e7515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)