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 | 壯ì | 111001011010001110101111111011001001111010011110 | e5a3afec9e9e |
SJIS-WIN | ?£???? | 00111111100000011001001000111111001111110011111100111111 | 3f81923f3f3f3f |
EUC-JP | 壯ì?? | 10001111101010111010100110100001111100101000111110100010101101001000111110101011110000000011111100111111 | 8faba9a1f28fa2b48fabc03f3f |
UTF-8 | 壯ì | 110000111010010111000010101000111100001010101111110000111010110011000010100111101100001010011110 | c3a5c2a3c2afc3acc29ec29e |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)