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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莵謝璽莵 | 1110010010110111100011101101001110001110101000111110010010110111 | e4b78ed38ea3e4b7 |
EUC-JP | 莵謝璽莵 | 1110100010111001101111001101010110111100101001011110100010111001 | e8b9bcd5bca5e8b9 |
UTF-8 | 莵謝璽莵 | 111010001000111010110101111010001010110010011101111001111001001010111101111010001000111010110101 | e88eb5e8ac9de792bde88eb5 |
UHC | ?謝璽? | 001111111101111011110011110111111101111000111111 | 3fdef3dfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)