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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踝ъ┤讎 | 1110011011110100100001001000110010000100101001111110011010100110 | e6f4848c84a7e6a6 |
EUC-JP | 踝ъ┤讎 | 1110110011110110101001111110110010101000101010011110110010101000 | ecf6a7eca8a9eca8 |
UTF-8 | 踝ъ┤讎 | 1110100010111000100111011101000110001010111000101001010010100100111010001010111010001110 | e8b89dd18ae294a4e8ae8e |
UHC | ?ъ┤? | 001111111010110011101100101001101010100100111111 | 3faceca6a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)