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 | 焏耳溿 | 111110110101001110001110101010001111101101001010 | fb538ea8fb4a |
EUC-JP | 焏耳溿 | 1000111111001001111010011011110010101010100011111100100010110001 | 8fc9e9bcaa8fc8b1 |
UTF-8 | 焏耳溿 | 111001111000010010001111111010001000000010110011111001101011101010111111 | e7848fe880b3e6babf |
UHC | ?耳? | 00111111111011001011110000111111 | 3fecbc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)