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 | 爭肯?句 | 11100000101001011000110101101101001111111000101111100101 | e0a58d6d3f8be5 |
EUC-JP | 爭肯?句 | 11100000101001111011100111001110001111111011011011100111 | e0a7b9ce3fb6e7 |
UTF-8 | 爭肯렠句 | 111001111000100010101101111010001000001010101111111010111010000010100000111001011000111110100101 | e788ade882afeba0a0e58fa5 |
UHC | 爭肯렠句 | 1110111010110011110100001110100110001110101100011100111110100011 | eeb3d0e98eb1cfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)