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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 罌???永 | 11100011101000000011111100111111001111111000100101101001 | e3a03f3f3f8969 |
EUC-JP | 罌???永 | 11100110101000100011111100111111001111111011000111001010 | e6a23f3f3fb1ca |
UTF-8 | 罌뾔욱뫚永 | 111001111011110110001100111010111011111010010100111011001001101010110001111010111010101110011010111001101011000010111000 | e7bd8cebbe94ec9ab1ebab9ae6b0b8 |
UHC | 罌뾔욱뫚永 | 11100101101000101011101111001110101111111110110110010001101110101110011110110101 | e5a2bbcebfed91bae7b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)