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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | セョタ裘苡ノ | 1011111010101110110000001110010111100010111001001000111111001001 | beaec0e5e2e48fc9 |
EUC-JP | セョタ裘苡ノ | 100011101011111010001110101011101000111011000000111010101110010011100111111011111000111011001001 | 8ebe8eae8ec0eae4e7ef8ec9 |
UTF-8 | セョタ裘苡ノ | 111011111011110110111110111011111011110110101110111011111011111010000000111010001010001110011000111010001000101110100001111011111011111010001001 | efbdbeefbdaeefbe80e8a398e88ba1efbe89 |
UHC | ????苡? | 00111111001111110011111100111111111011001011111000111111 | 3f3f3f3fecbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)