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 | 終?劍? | 100011110100100100111111100110011001100000111111 | 8f493f99983f |
EUC-JP | 終?劍? | 101111011010101000111111110100011111100000111111 | bdaa3fd1f83f |
UTF-8 | 終쇘劍利 | 111001111011010110000010111011001000011110011000111001011000101010001101111011111010011110011101 | e7b582ec8798e58a8defa79d |
UHC | 終쇘劍利 | 1111000011111011101111001110011111001011111111001110110010100110 | f0fbbce7cbfceca6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)