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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 孃わ? | 1001101101101111100000101110110100111111 | 9b6f82ed3f |
EUC-JP | 孃わ? | 1101010111010000101001001110111100111111 | d5d0a4ef3f |
UTF-8 | 孃わ퐟 | 111001011010110110000011111000111000001010001111111011011001000010011111 | e5ad83e3828fed909f |
UHC | 孃わ퐟 | 111001011011111010101010111011111011110110001000 | e5beaaefbd88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)