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 | 炎??炎??^ | 100010011000101000111111001111111000100110001010001111110011111101011110 | 898a3f3f898a3f3f5e |
EUC-JP | 炎??炎??^ | 101100011110101000111111001111111011000111101010001111110011111101011110 | b1ea3f3fb1ea3f3f5e |
UTF-8 | 炎ㅷ씎炎ㅷ씎^ | 11100111100000101000111011100011100001011011011111101100100101001000111011100111100000101000111011100011100001011011011111101100100101001000111001011110 | e7828ee385b7ec948ee7828ee385b7ec948e5e |
UHC | 炎ㅷ씎炎ㅷ씎^ | 11100110111110101010010011100111100111011010010111100110111110101010010011100111100111011010010101011110 | e6faa4e79da5e6faa4e79da55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)