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 | 聹汐肅 | 111000111110001010001110101011001110001111100111 | e3e28eace3e7 |
EUC-JP | 聹汐肅 | 111001101110010010111100101011101110011011101001 | e6e4bcaee6e9 |
UTF-8 | 聹汐肅 | 111010001000000110111001111001101011000110010000111010001000001010000101 | e881b9e6b190e88285 |
UHC | ?汐肅 | 0011111111100000101100011110001011011100 | 3fe0b1e2dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)