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 | 癰阮蛆 | 111000011001111011101000100101101110010101110110 | e19ee896e576 |
EUC-JP | 癰阮蛆 | 111000011111111011101111111101101110100111010111 | e1feeff6e9d7 |
UTF-8 | 癰阮蛆 | 111001111001100110110000111010011001100010101110111010001001101110000110 | e799b0e998aee89b86 |
UHC | 癰阮? | 1110100010111001111010001101011000111111 | e8b9e8d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)