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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 踝ъ絢 | 111001101111010010000100100011001000100010111010 | e6f4848c88ba |
EUC-JP | 踝ъ絢 | 111011001111011010100111111011001011000010111100 | ecf6a7ecb0bc |
UTF-8 | 踝ъ絢 | 1110100010111000100111011101000110001010111001111011010110100010 | e8b89dd18ae7b5a2 |
UHC | ?ъ絢 | 0011111110101100111011001111101011100010 | 3facecfae2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)