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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ヘ」」レ | 11001101101000111010001111011010 | cda3a3da |
EUC-JP | ヘ」」レ | 1000111011001101100011101010001110001110101000111000111011011010 | 8ecd8ea38ea38eda |
UTF-8 | ヘ」」レ | 111011111011111010001101111011111011110110100011111011111011110110100011111011111011111010011010 | efbe8defbda3efbda3efbe9a |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)