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 | 岫粹 | 111001011011001010101011111001111011001010111001 | e5b2abe7b2b9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | å??ç?? | 10001111101010111010100100111111001111111000111110101011101011100011111100111111 | 8faba93f3f8fabae3f3f |
UTF-8 | 岫粹 | 110000111010010111000010101100101100001010101011110000111010011111000010101100101100001010111001 | c3a5c2b2c2abc3a7c2b2c2b9 |
UHC | ?²??²¹ | 001111111010100111110111001111110011111110101001111101111010100111110110 | 3fa9f73f3fa9f7a9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)