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 | ?脹捲 | 0011111110010010101011111000110010011110 | 3f92af8c9e |
EUC-JP | ?脹捲 | 0011111111000100101100011011011111111110 | 3fc4b1b7fe |
UTF-8 | 뤚脹捲 | 111010111010010010011010111010001000010010111001111001101000110110110010 | eba49ae884b9e68db2 |
UHC | 뤚脹捲 | 100011111100100111110011111011001100111111101100 | 8fc9f3eccfec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)