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 | 胱脣朎 | 1110001111110111111000111111101011110010111110111111101011011111 | e3f7e3faf2fbfadf |
EUC-JP | 胱脣?朎 | 1110011011111001111001101111110000111111100011111100001011110000 | e6f9e6fc3f8fc2f0 |
UTF-8 | 胱脣朎 | 111010001000001110110001111010001000010010100011111011101000100010110010111001101001110010001110 | e883b1e884a3ee88b2e69c8e |
UHC | 胱脣?? | 110011101100110111100010111011100011111100111111 | cecde2ee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)