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 | ?諺? | 00111111100011001011111100111111 | 3f8cbf3f |
EUC-JP | ?諺? | 00111111101110001100000100111111 | 3fb8c13f |
UTF-8 | 뤾諺탮 | 111010111010010010111110111010001010101110111010111011011000001110101110 | eba4bee8abbaed83ae |
UHC | 뤾諺탮 | 100011111110101011100101111011001011010110001110 | 8feae5ecb58e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)