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 | 松?6節 | 10001111101111000011111110000010010101011001000011011111 | 8fbc3f825590df |
EUC-JP | 松?6節 | 10111110101111100011111110100011101101101100000011100001 | bebe3fa3b6c0e1 |
UTF-8 | 松쇰6節 | 111001101001110110111110111011001000011110110000111011111011110010010110111001111010111110000000 | e69dbeec87b0efbc96e7af80 |
UHC | 松쇰6節 | 1110000111100110101111001110101110100011101101101110111110111101 | e1e6bceba3b6efbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)