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 | 陣??? | 1001000001110111001111110011111100111111 | 90773f3f3f |
EUC-JP | 陣??? | 1011111111011000001111110011111100111111 | bfd83f3f3f |
UTF-8 | 陣롚뤵쳩 | 111010011001100110100011111010111010000110011010111010111010010010110101111011001011001110101001 | e999a3eba19aeba4b5ecb3a9 |
UHC | 陣롚뤵쳩 | 1111001011100110100011101101111010001111111000111010101110001110 | f2e68ede8fe3ab8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)