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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???葉?B | 00111111001111110011111110010111011101000011111101000010 | 3f3f3f97743f42 |
EUC-JP | 庾??葉?B | 100011111011110011001110001111110011111111001101110101010011111101000010 | 8fbcce3f3fcdd53f42 |
UTF-8 | 庾싲찛葉꿁B | 11100101101110101011111011101100100010111011001011101100101100001001101111101000100100011000100111101010101111111000000101000010 | e5babeec8bb2ecb09be89189eabf8142 |
UHC | 庾싲찛葉꿁B | 1110101011101100100110101110101110101001100110111110011110101000100001010100001001000010 | eaec9aeba99be7a8854242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)