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 | è߶ー^ | 11101000110111111011011011101111101111011011000001011110 | e8dfb6efbdb05e |
SJIS-WIN | ??¶??°^ | 001111110011111110000001111101110011111100111111100000011000101101011110 | 3f3f81f73f3f818b5e |
EUC-JP | è߶ï?°^ | 100011111010101110110010100011111010100111001110101000101111100110001111101010111100000100111111101000011110101101011110 | 8fabb28fa9cea2f98fabc13fa1eb5e |
UTF-8 | è߶ー^ | 11000011101010001100001110011111110000101011011011000011101011111100001010111101110000101011000001011110 | c3a8c39fc2b6c3afc2bdc2b05e |
UHC | ?߶?½°^ | 0011111110101001101011001010001011010010001111111010100011110110101000011100011001011110 | 3fa9aca2d23fa8f6a1c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)