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 | ¼§¼©K | 1011110010100111101111001010100101001011 | bca7bca94b |
SJIS-WIN | ?§??K | 001111111000000110011000001111110011111101001011 | 3f81983f3f4b |
EUC-JP | ?§?©K | 0011111110100001111110000011111110001111101000101110110101001011 | 3fa1f83f8fa2ed4b |
UTF-8 | ¼§¼©K | 110000101011110011000010101001111100001010111100110000101010100101001011 | c2bcc2a7c2bcc2a94b |
UHC | ¼§¼?K | 1010100011111001101000011101011110101000111110010011111101001011 | a8f9a1d7a8f93f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)