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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 焏乞お | 111110110101001110001100111011101000001010101000 | fb538cee82a8 |
EUC-JP | 焏乞お | 10001111110010011110100110111000111100001010010010101010 | 8fc9e9b8f0a4aa |
UTF-8 | 焏乞お | 111001111000010010001111111001001011100110011110111000111000000110001010 | e7848fe4b99ee3818a |
UHC | ?乞お | 0011111111001011111101111010101010101010 | 3fcbf7aaaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)