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 | ?痂?淆 | 001111111110000101101111001111111001111111000000 | 3fe16f3f9fc0 |
EUC-JP | ?痂玗淆 | 0011111111100001110100001000111111001011110101101101111011000010 | 3fe1d08fcbd6dec2 |
UTF-8 | 뤚痂玗淆 | 111010111010010010011010111001111001011110000010111001111000111010010111111001101011011110000110 | eba49ae79782e78e97e6b786 |
UHC | 뤚痂玗淆 | 1000111111001001110010101011001011101001110110111111110011111110 | 8fc9cab2e9dbfcfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)