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 | Á±¿¼ | 11000001101100011011111110111100 | c1b1bfbc |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | Á±¿? | 100011111010101010100001101000011101111010001111101000101100010000111111 | 8faaa1a1de8fa2c43f |
UTF-8 | Á±¿¼ | 1100001110000001110000101011000111000010101111111100001010111100 | c381c2b1c2bfc2bc |
UHC | ?±¿¼ | 00111111101000011011111010100010101011111010100011111001 | 3fa1bea2afa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)