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旬 | 10001111101111000011111110000010010101011000111101111011 | 8fbc3f82558f7b |
EUC-JP | 松?6旬 | 10111110101111100011111110100011101101101011110111011100 | bebe3fa3b6bddc |
UTF-8 | 松쇰6旬 | 111001101001110110111110111011001000011110110000111011111011110010010110111001101001011110101100 | e69dbeec87b0efbc96e697ac |
UHC | 松쇰6旬 | 1110000111100110101111001110101110100011101101101110001011100010 | e1e6bceba3b6e2e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)