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 | ?衷檳 | 0011111110010010100011111001111101000110 | 3f928f9f46 |
EUC-JP | ?衷檳 | 0011111111000011111011111101110110100111 | 3fc3efdda7 |
UTF-8 | 뤜衷檳 | 111010111010010010011100111010001010000110110111111001101010101010110011 | eba49ce8a1b7e6aab3 |
UHC | 뤜衷檳 | 100011111100101111110101111110111101111010110001 | 8fcbf5fbdeb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)