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] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 巽樽蔵Q] | 1001001001000110100100100100110110010001101000000101000101011101 | 9246924d91a0515d |
EUC-JP | 巽樽蔵Q] | 1100001110100111110000111010111011000010101000100101000101011101 | c3a7c3aec2a2515d |
UTF-8 | 巽樽蔵Q] | 1110010110110111101111011110011010101000101111011110100010010100101101010101000101011101 | e5b7bde6a8bde894b5515d |
UHC | 巽樽?Q] | 11100001110111101111000111011100001111110101000101011101 | e1def1dc3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)