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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 迯ー竭ケ縺 | 1110011110001101101100001110001010010001101110011110001110000001 | e78db0e291b9e381 |
EUC-JP | 迯ー竭ケ縺 | 11101101111011011000111010110000111000111111000110001110101110011110010111100001 | eded8eb0e3f18eb9e5e1 |
UTF-8 | 迯ー竭ケ縺 | 111010001011111110101111111011111011110110110000111001111010101110101101111011111011110110111001111001111011100010111010 | e8bfafefbdb0e7abadefbdb9e7b8ba |
UHC | ??竭?? | 001111110011111111001010111001100011111100111111 | 3f3fcae63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)