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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 葹塢}葹塢{^ | 1110010011011111100110101100011101111101111001001101111110011010110001110111101101011110 | e4df9ac77de4df9ac77b5e |
EUC-JP | 葹塢}葹塢{^ | 1110100011100001110101001100100101111101111010001110000111010100110010010111101101011110 | e8e1d4c97de8e1d4c97b5e |
UTF-8 | 葹塢}葹塢{^ | 111010001001000110111001111001011010000110100010011111011110100010010001101110011110010110100001101000100111101101011110 | e891b9e5a1a27de891b9e5a1a27b5e |
UHC | ?塢}?塢{^ | 001111111110011111110001011111010011111111100111111100010111101101011110 | 3fe7f17d3fe7f17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)