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 | °ù¼Ð\ | 1011000011111001101111001101000001011100 | b0f9bcd05c |
SJIS-WIN | °???\ | 100000011000101100111111001111110011111101011100 | 818b3f3f3f5c |
EUC-JP | °ù??\ | 1010000111101011100011111010101111100011001111110011111101011100 | a1eb8fabe33f3f5c |
UTF-8 | °ù¼Ð\ | 110000101011000011000011101110011100001010111100110000111001000001011100 | c2b0c3b9c2bcc3905c |
UHC | °?¼Ð\ | 1010000111000110001111111010100011111001101010001010001001011100 | a1c63fa8f9a8a25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)