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 | 釶「竏ォ | 111001111101111110100010111000101000100010101011 | e7dfa2e288ab |
EUC-JP | 釶「竏ォ | 1110111011100001100011101010001011100011111010001000111010101011 | eee18ea2e3e88eab |
UTF-8 | 釶「竏ォ | 111010011000011110110110111011111011110110100010111001111010101110001111111011111011110110101011 | e987b6efbda2e7ab8fefbdab |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)