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 | 淋ì | 1110111110100111101101011110110010001111 | efa7b5ec8f |
SJIS-WIN | ?§??? | 001111111000000110011000001111110011111100111111 | 3f81983f3f3f |
EUC-JP | ï§?ì? | 10001111101010111100000110100001111110000011111110001111101010111100000000111111 | 8fabc1a1f83f8fabc03f |
UTF-8 | 淋ì | 11000011101011111100001010100111110000101011010111000011101011001100001010001111 | c3afc2a7c2b5c3acc28f |
UHC | ?§??? | 001111111010000111010111001111110011111100111111 | 3fa1d73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)