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 | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-WIN | 辿属叩旦Y | 100100100100100010010001101011101001001001000000100100100101010101011001 | 924891ae9240925559 |
EUC-JP | 辿属叩旦Y | 110000111010100111000010101100001100001110100001110000111011011001011001 | c3a9c2b0c3a1c3b659 |
UTF-8 | 辿属叩旦Y | 11101000101111101011111111100101101100011001111011100101100011111010100111100110100101111010011001011001 | e8bebfe5b19ee58fa9e697a659 |
UHC | ??叩旦Y | 00111111001111111100110110110000110100111010100101011001 | 3f3fcdb0d3a959 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)