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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?脹企? | 001111111001001010101111100010101110100100111111 | 3f92af8ae93f |
EUC-JP | ?脹企? | 001111111100010010110001101101001110101100111111 | 3fc4b1b4eb3f |
UTF-8 | 뤚脹企풆 | 111010111010010010011010111010001000010010111001111001001011110010000001111011011001001010000110 | eba49ae884b9e4bc81ed9286 |
UHC | 뤚脹企풆 | 1000111111001001111100111110110011010000111010101011111010001110 | 8fc9f3ecd0eabe8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)