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 | 怐喊痞髴 | 1001110010000001100110100101111011100001011111001110100110011100 | 9c819a5ee17ce99c |
EUC-JP | 怐喊痞髴 | 1101011111100001110100111011111111100001110111011111000111111100 | d7e1d3bfe1ddf1fc |
UTF-8 | 怐喊痞髴 | 111001101000000010010000111001011001011010001010111001111001011110011110111010011010101110110100 | e68090e5968ae7979ee9abb4 |
UHC | ?喊?? | 0011111111111001111000100011111100111111 | 3ff9e23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)