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 | 﨡晟怙﨡晟怙^ | 11111011101000001001110111101110100111001000000011111011101000001001110111101110100111001000000001011110 | fba09dee9c80fba09dee9c805e |
EUC-JP | ?晟怙?晟怙^ | 0011111111011010111100001101011111100000001111111101101011110000110101111110000001011110 | 3fdaf0d7e03fdaf0d7e05e |
UTF-8 | 﨡晟怙﨡晟怙^ | 11101111101010001010000111100110100110011001111111100110100000001001100111101111101010001010000111100110100110011001111111100110100000001001100101011110 | efa8a1e6999fe68099efa8a1e6999fe680995e |
UHC | ?晟??晟?^ | 001111111110000011111001001111110011111111100000111110010011111101011110 | 3fe0f93f3fe0f93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)