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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 軏基桝蠇 | 1111101110110010100010101110111010010110100100011111101110100001 | fbb28aee9691fba1 |
EUC-JP | 軏基桝? | 1000111111100000110110011011010011110000110010111111000100111111 | 8fe0d9b4f0cbf13f |
UTF-8 | 軏基桝蠇 | 111010001011101110001111111001011001111110111010111001101010000110011101111010001010000010000111 | e8bb8fe59fbae6a19de8a087 |
UHC | ?基?? | 0011111111010000111100010011111100111111 | 3fd0f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)