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 | ????O]\ | 00111111001111110011111100111111010011110101110101011100 | 3f3f3f3f4f5d5c |
SJIS-WIN | ????O]\ | 00111111001111110011111100111111010011110101110101011100 | 3f3f3f3f4f5d5c |
EUC-JP | ????O]\ | 00111111001111110011111100111111010011110101110101011100 | 3f3f3f3f4f5d5c |
UTF-8 | 얍렞렯렞O]\ | 111011001001011010001101111010111010000010011110111010111010000010101111111010111010000010011110010011110101110101011100 | ec968deba09eeba0afeba09e4f5d5c |
UHC | 얍렞렯렞O]\ | 1011111011100101100011101010111110001110101111001000111010101111010011110101110101011100 | bee58eaf8ebc8eaf4f5d5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)