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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?嶼橙 | 0011111110011011110101111001111011110010 | 3f9bd79ef2 |
EUC-JP | ?嶼橙 | 0011111111010110110110011101110011110100 | 3fd6d9dcf4 |
UTF-8 | 뤶嶼橙 | 111010111010010010110110111001011011011010111100111001101010100110011001 | eba4b6e5b6bce6a999 |
UHC | 뤶嶼橙 | 100011111110010011011111111011001101010011110010 | 8fe4dfecd4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)