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 | 業?…喩 | 10001011110001100011111110000001011000111001101001100111 | 8bc63f81639a67 |
EUC-JP | 業?…喩 | 10110110110010000011111110100001110001001101001111001000 | b6c83fa1c4d3c8 |
UTF-8 | 業볥…喩 | 111001101010010110101101111010111011001110100101111000101000000010100110111001011001011010101001 | e6a5adebb3a5e280a6e596a9 |
UHC | 業볥…喩 | 1110010111110110100100111110101110100001101001101110101011100111 | e5f693eba1a6eae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)