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 | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | ???荏??F | 0011111100111111001111111000100101100000001111110011111101000110 | 3f3f3f89603f3f46 |
EUC-JP | ???荏??F | 0011111100111111001111111011000111000001001111110011111101000110 | 3f3f3fb1c13f3f46 |
UTF-8 | 琉듯뱿荏녑떮F | 11101111101001111000110011101011100100111010111111101011101100011011111111101000100011011000111111101011100001011001000111101011100101101010111001000110 | efa78ceb93afebb1bfe88d8feb8591eb96ae46 |
UHC | 琉듯뱿荏녑떮F | 11101011101001001011010111101101100100111010010111101100111110111011001111100101100010111011111001000110 | eba4b5ed93a5ecfbb3e58bbe46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)