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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 癲る?鎰?] | 111000011001111110000010111010010011111111101000010011000011111101011101 | e19f82e93fe84c3f5d |
EUC-JP | 癲る?鎰?] | 111000101010000110100100111010110011111111101111101011010011111101011101 | e2a1a4eb3fefad3f5d |
UTF-8 | 癲る쵓鎰뻈] | 11100111100110011011001011100011100000101000101111101100101101011001001111101001100011101011000011101011101110111000100001011101 | e799b2e3828becb593e98eb0ebbb885d |
UHC | 癲る쵓鎰뻈] | 1110111110100110101010101110101110101100100101011110110011110000100101100101000101011101 | efa6aaebac95ecf096515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)