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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
EUC-JP | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
UTF-8 | 렱롅셨섧솥\ | 11101011101000001011000111101011101000011000010111101100100001011010100011101100100001001010011111101100100001101010010101011100 | eba0b1eba185ec85a8ec84a7ec86a55c |
UHC | 렱롅셨섧솥\ | 1000111010111110100011101100101110111100110011001011110010110101101111001101110001011100 | 8ebe8ecbbcccbcb5bcdc5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)