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 | 莪削十 | 111001001010111010001101111011011000111101011100 | e4ae8ded8f5c |
EUC-JP | 莪削十 | 111010001011000010111010111011111011110110111101 | e8b0baefbdbd |
UTF-8 | 莪削十 | 111010001000111010101010111001011000100110001010111001011000110110000001 | e88eaae5898ae58d81 |
UHC | 莪削十 | 111001001011010111011110111110111110010010101000 | e4b5defbe4a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)