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 | åþ¸ìº | 111001011111111010111000111011001001001010111010 | e5feb8ec92ba |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | åþ¸ì?º | 10001111101010111010100110001111101010011101000010001111101000101011000110001111101010111100000000111111100011111010001011101011 | 8faba98fa9d08fa2b18fabc03f8fa2eb |
UTF-8 | åþ¸ìº | 110000111010010111000011101111101100001010111000110000111010110011000010100100101100001010111010 | c3a5c3bec2b8c3acc292c2ba |
UHC | ?þ¸??º | 001111111010100110101101101000101010110000111111001111111010100010101100 | 3fa9ada2ac3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)