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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 祭??兢? | 10001101110101010011111100111111100110010101110100111111 | 8dd53f3f995d3f |
EUC-JP | 祭??兢? | 10111010110101110011111100111111110100011011111000111111 | bad73f3fd1be3f |
UTF-8 | 祭몃렊兢렖 | 111001111010010110101101111010111010101010000011111010111010000010001010111001011000010110100010111010111010000010010110 | e7a5adebaa83eba08ae585a2eba096 |
UHC | 祭몃렊兢렖 | 11110000101011101011100011101011100011101010000111010000111001111000111010101011 | f0aeb8eb8ea1d0e78eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)