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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 惟??凌 | 100010001101001000111111001111111001011110111101 | 88d23f3f97bd |
EUC-JP | 惟??凌 | 101100001101010000111111001111111100111010111111 | b0d43f3fcebf |
UTF-8 | 惟목렱凌 | 111001101000001110011111111010111010101010101001111010111010000010110001111001011000011110001100 | e6839febaaa9eba0b1e5878c |
UHC | 惟목렱凌 | 1110101011101110101110001111000110001110101111101101011111010000 | eaeeb8f18ebed7d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)