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 | 芦??捧? | 10001000101100000011111100111111100101011111100100111111 | 88b03f3f95f93f |
EUC-JP | 芦??捧? | 10110000101100100011111100111111110010101111101100111111 | b0b23f3fcafb3f |
UTF-8 | 芦흘렔捧렧 | 111010001000101010100110111011011001110110011000111010111010000010010100111001101000110110100111111010111010000010100111 | e88aa6ed9d98eba094e68da7eba0a7 |
UHC | 芦흘렔捧렧 | 11111011110110001100100011101010100011101010100111011100111010011000111010110110 | fbd8c8ea8ea9dce98eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)