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 | 뤻è¨ì | 11101011101001001011101111101000100011001010100011101100 | eba4bbe88ca8ec |
SJIS-WIN | ?????¨? | 0011111100111111001111110011111100111111100000010100111000111111 | 3f3f3f3f3f814e3f |
EUC-JP | ë¤?è?¨ì | 10001111101010111011001110001111101000101111000000111111100011111010101110110010001111111010000110101111100011111010101111000000 | 8fabb38fa2f03f8fabb23fa1af8fabc0 |
UTF-8 | 뤻è¨ì | 1100001110101011110000101010010011000010101110111100001110101000110000101000110011000010101010001100001110101100 | c3abc2a4c2bbc3a8c28cc2a8c3ac |
UHC | ?¤???¨? | 001111111010001010110100001111110011111100111111101000011010011100111111 | 3fa2b43f3f3fa1a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)