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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雨???偕? | 1000100101001010001111110011111100111111100110001111000100111111 | 894a3f3f3f98f13f |
EUC-JP | 雨???偕? | 1011000110101011001111110011111100111111110100001111001100111111 | b1ab3f3f3fd0f33f |
UTF-8 | 雨렭戶렱偕렓 | 111010011001101110101000111010111010000010101101111001101000100010110110111010111010000010110001111001011000000110010101111010111010000010010011 | e99ba8eba0ade688b6eba0b1e58195eba093 |
UHC | 雨렭戶렱偕렓 | 111010011110101110001110101110101111101111000010100011101011111011111010101001011000111010101000 | e9eb8ebafbc28ebefaa58ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)