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 | 爰??爰??^ | 111000001010011100111111001111111110000010100111001111110011111101011110 | e0a73f3fe0a73f3f5e |
EUC-JP | 爰??爰??^ | 111000001010100100111111001111111110000010101001001111110011111101011110 | e0a93f3fe0a93f3f5e |
UTF-8 | 爰롛롈爰롛롈^ | 11100111100010001011000011101011101000011001101111101011101000011000100011100111100010001011000011101011101000011001101111101011101000011000100001011110 | e788b0eba19beba188e788b0eba19beba1885e |
UHC | 爰롛롈爰롛롈^ | 11101010101110101000111011011111100011101100111011101010101110101000111011011111100011101100111001011110 | eaba8edf8eceeaba8edf8ece5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)