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 | »óì¨V | 100011111011101111110011111011001010100001010110 | 8fbbf3eca856 |
SJIS-WIN | ????¨V | 00111111001111110011111100111111100000010100111001010110 | 3f3f3f3f814e56 |
EUC-JP | ??óì¨V | 0011111100111111100011111010101111010001100011111010101111000000101000011010111101010110 | 3f3f8fabd18fabc0a1af56 |
UTF-8 | »óì¨V | 1100001010001111110000101011101111000011101100111100001110101100110000101010100001010110 | c28fc2bbc3b3c3acc2a856 |
UHC | ????¨V | 00111111001111110011111100111111101000011010011101010110 | 3f3f3f3fa1a756 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)