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 | ?跡?? | 0011111110010000110101010011111100111111 | 3f90d53f3f |
EUC-JP | ?跡?? | 0011111111000000110101110011111100111111 | 3fc0d73f3f |
UTF-8 | 렼跡렾았 | 111010111010000010111100111010001011011110100001111010111010000010111110111011001001010110011000 | eba0bce8b7a1eba0beec9598 |
UHC | 렼跡렾았 | 1000111011000100111011101110011010001110110001101011111011010010 | 8ec4eee68ec6bed2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)