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 | ?諄琇惜 | 00111111111001100111100011111011011001011001000011001001 | 3fe678fb6590c9 |
EUC-JP | ?諄琇惜 | 0011111111101011110110011000111111001100101001011100000011001011 | 3febd98fcca5c0cb |
UTF-8 | 巢諄琇惜 | 111001011011011110100010111010001010101110000100111001111001000010000111111001101000001110011100 | e5b7a2e8ab84e79087e6839c |
UHC | 巢諄琇惜 | 1110000110110101111000101111010011100010101011111110000010101101 | e1b5e2f4e2afe0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)