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 | ??⑧? | 0011111100111111100001110100011100111111 | 3f3f87473f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 뤚쫷⑧꼲 | 111010111010010010011010111011001010101110110111111000101001000110100111111010101011110010110010 | eba49aecabb7e291a7eabcb2 |
UHC | 뤚쫷⑧꼲 | 1000111111001001101001101000111010101000111011101011001011000010 | 8fc9a68ea8eeb2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)