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 | 瀨ロ・瀨ロ・^ | 111110110101000011011011101001011111101101010000110110111010010101011110 | fb50dba5fb50dba55e |
EUC-JP | ?ロ・?ロ・^ | 0011111110001110110110111000111010100101001111111000111011011011100011101010010101011110 | 3f8edb8ea53f8edb8ea55e |
UTF-8 | 瀨ロ・瀨ロ・^ | 11100111100000001010100011101111101111101001101111101111101111011010010111100111100000001010100011101111101111101001101111101111101111011010010101011110 | e780a8efbe9befbda5e780a8efbe9befbda55e |
UHC | 瀨??瀨??^ | 110101101110111000111111001111111101011011101110001111110011111101011110 | d6ee3f3fd6ee3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)