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 | ??×? | 00111111001111111101011100111111 | 3f3fd73f |
SJIS-WIN | 筌?×逸 | 11100010101000110011111110000001011111101000100011101101 | e2a33f817e88ed |
EUC-JP | 筌?×逸 | 11100100101001010011111110100001110111111011000011101111 | e4a53fa1dfb0ef |
UTF-8 | 筌먯×逸 | 1110011110101101100011001110101110101000101011111100001110010111111010011000000010111000 | e7ad8ceba8afc397e980b8 |
UHC | 筌먯×逸 | 1110111110100111100100001110110010100001101111111110110011101111 | efa790eca1bfecef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)