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 | ?暖橙 | 0011111110010010011001111001111011110010 | 3f92679ef2 |
EUC-JP | ?暖橙 | 0011111111000011110010001101110011110100 | 3fc3c8dcf4 |
UTF-8 | 뤶暖橙 | 111010111010010010110110111001101001101010010110111001101010100110011001 | eba4b6e69a96e6a999 |
UHC | 뤶暖橙 | 100011111110010011010001111011001101010011110010 | 8fe4d1ecd4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)