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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鵰ル鵰ル^ | 1111110001000111110110011111100001111101111111000100011111011001111110000111101101011110 | fc47d9f87dfc47d9f87b5e |
EUC-JP | 鵰ル?鵰ル?^ | 10001111111010111111101110001110110110010011111110001111111010111111101110001110110110010011111101011110 | 8febfb8ed93f8febfb8ed93f5e |
UTF-8 | 鵰ル鵰ル^ | 11101001101101011011000011101111101111101001100111101110100110001001110111101001101101011011000011101111101111101001100111101110100110001001101101011110 | e9b5b0efbe99ee989de9b5b0efbe99ee989b5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)