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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 止?陰?綜 | 1000111001111110001111111000100101000001001111111001000110001110 | 8e7e3f89413f918e |
EUC-JP | 止?陰?綜 | 1011101111011111001111111011000110100010001111111100000111101110 | bbdf3fb1a23fc1ee |
UTF-8 | 止렲陰렱綜 | 111001101010110110100010111010111010000010110010111010011001100110110000111010111010000010110001111001111011011010011100 | e6ada2eba0b2e999b0eba0b1e7b69c |
UHC | 止렲陰렱綜 | 11110010101011011000111010111111111010111110010010001110101111101111000011111100 | f2ad8ebfebe48ebef0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)