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 | 聽遂┼襠 | 1110001111100011100100001000101110000100101010011110010111111011 | e3e3908b84a9e5fb |
EUC-JP | 聽遂┼襠 | 1110011011100101101111111110101110101000101010111110101011111101 | e6e5bfeba8abeafd |
UTF-8 | 聽遂┼襠 | 111010001000000110111101111010011000000110000010111000101001010010111100111010001010010110100000 | e881bde98182e294bce8a5a0 |
UHC | 聽遂┼? | 11110100111010011110001011000100101001101010101100111111 | f4e9e2c4a6ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)