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 | 苟随蹴 | 111001001001000110010000100011111000111101010010 | e491908f8f52 |
EUC-JP | 苟随蹴 | 111001111111000110111111111011111011110110110011 | e7f1bfefbdb3 |
UTF-8 | 苟随蹴 | 111010001000101110011111111010011001101010001111111010001011100110110100 | e88b9fe99a8fe8b9b4 |
UHC | 苟?蹴 | 1100111111000010001111111111010111101101 | cfc23ff5ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)