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 | ??]??? | 001111110011111101011101001111110011111100111111 | 3f3f5d3f3f3f |
SJIS-WIN | ??]?ぁ霆 | 0011111100111111010111010011111110000010100111111110100010111011 | 3f3f5d3f829fe8bb |
EUC-JP | ??]?ぁ霆 | 0011111100111111010111010011111110100100101000011111000010111101 | 3f3f5d3fa4a1f0bd |
UTF-8 | 룵₃]룵ぁ霆 | 11101011101000111011010111100010100000101000001101011101111010111010001110110101111000111000000110000001111010011001110010000110 | eba3b5e282835deba3b5e38181e99c86 |
UHC | 룵₃]룵ぁ霆 | 1000111110101010101010011111110101011101100011111010101010101010101000011110111111111101 | 8faaa9fd5d8faaaaa1effd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)