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 | ûî¹ | 111110111010110110011001111011101001001110111001 | fbad99ee93b9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | û??î?? | 10001111101010111110010100111111001111111000111110101011110000100011111100111111 | 8fabe53f3f8fabc23f3f |
UTF-8 | ûî¹ | 110000111011101111000010101011011100001010011001110000111010111011000010100100111100001010111001 | c3bbc2adc299c3aec293c2b9 |
UHC | ????¹ | 0011111110100001101010010011111100111111001111111010100111110110 | 3fa1a93f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)