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 | 鰐賃鰐益 | 1001100001101011100100101100000010011000011010111000100101110110 | 986b92c0986b8976 |
EUC-JP | 鰐賃鰐益 | 1100111111001100110001001100001011001111110011001011000111010111 | cfccc4c2cfccb1d7 |
UTF-8 | 鰐賃鰐益 | 111010011011000010010000111010001011001110000011111010011011000010010000111001111001101110001010 | e9b090e8b383e9b090e79b8a |
UHC | 鰐賃鰐益 | 1110010011001010111011001111110011100100110010101110110011001100 | e4caecfce4caeccc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)