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 | ?????yB | 00111111001111110011111100111111001111110111100101000010 | 3f3f3f3f3f7942 |
SJIS-WIN | 訂攪?棒輦yB | 1001001011111001100111011001100000111111100101100101111111100111011100100111100101000010 | 92f99d983f965fe7727942 |
EUC-JP | 訂攪?棒輦yB | 1100010011111011110110011111100000111111110010111100000011101101110100110111100101000010 | c4fbd9f83fcbc0edd37942 |
UTF-8 | 訂攪렪棒輦yB | 1110100010101000100000101110011010010100101010101110101110100000101010101110011010100011100100101110100010111100101001100111100101000010 | e8a882e694aaeba0aae6a392e8bca67942 |
UHC | 訂攪렪棒輦yB | 111011111111010011001110111001101000111010111000110111001110101011010110101001100111100101000010 | eff4cee68eb8dcead6a67942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)