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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 潗???? | 10001111110010001101100000111111001111110011111100111111 | 8fc8d83f3f3f3f |
UTF-8 | 潗롕롊롏렜 | 111001101011110110010111111010111010000110010101111010111010000110001010111010111010000110001111111010111010000010011100 | e6bd97eba195eba18aeba18feba09c |
UHC | 潗롕롊롏렜 | 11110010111111001000111011011001100011101101000010001110110101011000111010101110 | f2fc8ed98ed08ed58eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)