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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 粧??粧??^ | 100011111100111100111111001111111000111111001111001111110011111101011110 | 8fcf3f3f8fcf3f3f5e |
EUC-JP | 粧??粧??^ | 101111101101000100111111001111111011111011010001001111110011111101011110 | bed13f3fbed13f3f5e |
UTF-8 | 粧낈겲粧낈뱥^ | 11100111101100101010011111101011100000101000100011101010101100101011001011100111101100101010011111101011100000101000100011101011101100011010010101011110 | e7b2a7eb8288eab2b2e7b2a7eb8288ebb1a55e |
UHC | 粧낈겲粧낈뱥^ | 11101101111100101000010111101110100000011011111011101101111100101000010111101110100100111000101101011110 | edf285ee81beedf285ee938b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)