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 | 紆嵌? | 1110001011111100100110111100011000111111 | e2fc9bc63f |
EUC-JP | 紆嵌? | 1110010011111110110101101100100000111111 | e4fed6c83f |
UTF-8 | 紆嵌셉 | 111001111011010010000110111001011011010110001100111011001000010110001001 | e7b486e5b58cec8589 |
UHC | 紆嵌셉 | 111010011110000111001010111011101011110011000001 | e9e1caeebcc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)