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 | ?衷膚 | 0011111110010010100011111001010110000110 | 3f928f9586 |
EUC-JP | ?衷膚 | 0011111111000011111011111100100111100110 | 3fc3efc9e6 |
UTF-8 | 뤜衷膚 | 111010111010010010011100111010001010000110110111111010001000011010011010 | eba49ce8a1b7e8869a |
UHC | 뤜衷膚 | 100011111100101111110101111110111101110110110001 | 8fcbf5fbddb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)