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 | 聽遂┣裝 | 1110001111100011100100001000101110000100101100001110010111100100 | e3e3908b84b0e5e4 |
EUC-JP | 聽遂┣裝 | 1110011011100101101111111110101110101000101100101110101011100110 | e6e5bfeba8b2eae6 |
UTF-8 | 聽遂┣裝 | 111010001000000110111101111010011000000110000010111000101001010010100011111010001010001110011101 | e881bde98182e294a3e8a39d |
UHC | 聽遂┣裝 | 1111010011101001111000101100010010100110101100101110110111111011 | f4e9e2c4a6b2edfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)