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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?暴??脹? | 0011111110010110010111000011111100111111100100101010111100111111 | 3f965c3f3f92af3f |
EUC-JP | ?暴??脹? | 0011111111001011101111010011111100111111110001001011000100111111 | 3fcbbd3f3fc4b13f |
UTF-8 | 뤋暴챭뤋脹튎 | 111010111010010010001011111001101001101010110100111011001011000110101101111010111010010010001011111010001000010010111001111011011000101010001110 | eba48be69ab4ecb1adeba48be884b9ed8a8e |
UHC | 뤋暴챭뤋脹튎 | 100011111011101111111000111011001010101001110110100011111011101111110011111011001011101001000010 | 8fbbf8ecaa768fbbf3ecba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)