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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | ?礪?勾F | 00111111111000011110100000111111100011001111100101000110 | 3fe1e83f8cf946 |
EUC-JP | ?礪?勾F | 00111111111000101110101000111111101110001111101101000110 | 3fe2ea3fb8fb46 |
UTF-8 | 륁礪횓勾F | 11101011101001011000000111100111101001001010101011101101100110101001001111100101100010111011111001000110 | eba581e7a4aaed9a93e58bbe46 |
UHC | 륁礪횓勾F | 100011111110110011010101111011001100001110001110110011101111111001000110 | 8fecd5ecc38ecefe46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)