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 | ۥ姫 | 1101101110100101111001011010011110101011 | dba5e5a7ab |
SJIS-WIN | ?¥?§? | 00111111100000011000111100111111100000011001100000111111 | 3f818f3f81983f |
EUC-JP | Û?å§? | 10001111101010101110010100111111100011111010101110101001101000011111100000111111 | 8faae53f8faba9a1f83f |
UTF-8 | ۥ姫 | 11000011100110111100001010100101110000111010010111000010101001111100001010101011 | c39bc2a5c3a5c2a7c2ab |
UHC | ???§? | 001111110011111100111111101000011101011100111111 | 3f3f3fa1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)