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 | 怐陽唏 | 100111001000000110010111011110101001101001001000 | 9c81977a9a48 |
EUC-JP | 怐陽唏 | 110101111110000111001101110110111101001110101001 | d7e1cddbd3a9 |
UTF-8 | 怐陽唏 | 111001101000000010010000111010011001100110111101111001011001010010001111 | e68090e999bde5948f |
UHC | ?陽? | 00111111111001011101010100111111 | 3fe5d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)