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 | 襍ヲ陋③ | 11101000101101011010011011101000100110111000011101000010 | e8b5a6e89b8742 |
EUC-JP | 襍ヲ陋? | 11110000101101111000111010100110111011111111101100111111 | f0b78ea6effb3f |
UTF-8 | 襍ヲ陋③ | 111010001010010110001101111011111011110110100110111010011001100110001011111000101001000110100010 | e8a58defbda6e9998be291a2 |
UHC | ??陋③ | 001111110011111111010111101100001010100011101001 | 3f3fd7b0a8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)