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] | 111110111101010010001110101111010101000101011101 | fbd48ebd515d |
EUC-JP | 鋕漆Q] | 10001111111001001100000010111100101111110101000101011101 | 8fe4c0bcbf515d |
UTF-8 | 鋕漆Q] | 1110100110001011100101011110011010111100100001100101000101011101 | e98b95e6bc86515d |
UHC | ?漆Q] | 0011111111110110110101000101000101011101 | 3ff6d4515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)