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 | 悅k?? | 111110101011110110000010100010110011111100111111 | fabd828b3f3f |
EUC-JP | ?k?? | 0011111110100011111010110011111100111111 | 3fa3eb3f3f |
UTF-8 | 悅k뭼杻 | 111001101000001010000101111011111011110110001011111010111010110110111100111011111010011110001000 | e68285efbd8bebadbcefa788 |
UHC | 悅k뭼杻 | 1110011011101101101000111110101110010010100010111110101011110100 | e6eda3eb928beaf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)