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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ??㎏姨?\ | 0011111100111111100001110111001110011011010010000011111101011100 | 3f3f87739b483f5c |
EUC-JP | ???姨?\ | 00111111001111110011111111010101101010010011111101011100 | 3f3f3fd5a93f5c |
UTF-8 | 梨숈㎏姨릈\ | 11101111101001111010001011101100100010001000100011100011100011101000111111100101101001111010100011101011101001101000100001011100 | efa7a2ec8888e38e8fe5a7a8eba6885c |
UHC | 梨숈㎏姨릈\ | 1110110010110001100110011110110010100111101110001110110010101001100100000110100001011100 | ecb199eca7b8eca990685c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)